RAGE.Voice.Allowed
Jump to navigation
Jump to search
Checks if voice chat is allowed by the player and if got initialized successfully (e.g., it wont when there's no a microphone).
Syntax
Bool RAGE.Voice.Allowed;
Example
C# Syntax
public bool getAllowedVoice()
{
return RAGE.Voice.Allowed;
}