RAGE.Voice.Allowed

From RAGE Multiplayer Wiki

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