RAGE.Voice.Muted

From RAGE Multiplayer Wiki
Revision as of 12:48, 16 January 2019 by Frosty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mutes the player.

Syntax

Bool RAGE.Voice.Muted;

Required Arguments

  • toggle: Bool toggle

Example

C# Syntax

Parameters

  • toggle: Bool toggle

Example

public void mutedVoice(bool toggle)
{
    RAGE.Voice.Muted = toggle;
}