GetTwitchUserVarById

Get the value of a user global variable for a specific Twitch user, by ID

Signature

public T GetTwitchUserVarById<T>(string userId, string varName, bool persisted = true)

Parameters

userId
string required

No description provided.

varName
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

T

Example

CPH.GetTwitchUserVarById(userId, varName);
CPH.GetTwitchUserVarById(userId, varName, persisted);