TwitchFollowMode
C# Methods Reference
Signature
public void TwitchFollowMode(bool enabled = true, int duration = 0)
Parameters
enabled
bool
duration
int
Return Type
void
Example
CPH.TwitchFollowMode();
CPH.TwitchFollowMode(enabled, duration);
C# Methods Reference
public void TwitchFollowMode(bool enabled = true, int duration = 0)
void
CPH.TwitchFollowMode();
CPH.TwitchFollowMode(enabled, duration);