public T GetTwitchUserVar<T>(string userName, string varName, bool persisted = true)
The login name for this user
The string name of the global variable
True
To get, set, or unset persisted global variables, set to true or leave empty.
To get, set, or unset temporary/non-persisted global variables, set to false.
T
CPH.GetTwitchUserVar(userName, varName);
CPH.GetTwitchUserVar(userName, varName, persisted);