GetTwitchUserVar
Get the value of a user global variable for a specific Twitch user, by username
Signature
public T GetTwitchUserVar<T>(string userName, string varName, bool persisted = true)
Parameters
userName
string required
No description provided.
varName
string required
No description provided.
persisted
bool
Default:
True
No description provided.
Return Type
T
Example
CPH.GetTwitchUserVar(userName, varName);
CPH.GetTwitchUserVar(userName, varName, persisted);