RAGE.Voice.Allowed

From RAGE Multiplayer Wiki
Revision as of 12:21, 16 January 2019 by Frosty (talk | contribs) (Created page with "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== <pre>Bool RAGE.Voice.Allowed;</pre>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Example

public bool getAllowedVoice()
{
    return RAGE.Voice.Allowed;
}