GetTwitchUsersVar
Get a list of all Twitch users with a given variable, along with their values
Signature
public List<UserVariableValue<T>> GetTwitchUsersVar<T>(string varName, bool persisted = true)
Parameters
varName
string required
No description provided.
persisted
bool
Default:
True
No description provided.
Return Type
List<UserVariableValue<T>>
Example
CPH.GetTwitchUsersVar(varName);
CPH.GetTwitchUsersVar(varName, persisted);