RAGE.Voice.Allowed: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>
}}
}}
[[Category:Clientside API]]

Latest revision as of 12:48, 16 January 2019

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;
}