RAGE.Voice.Muted

From RAGE Multiplayer Wiki
Revision as of 12:15, 16 January 2019 by Frosty (talk | contribs) (Created page with "Mutes the player. ==Syntax== <pre>Bool RAGE.Voice.Muted;</pre> === Required Arguments === *'''toggle:''' Bool toggle ==Example== {{CSharpContainer| {{Parameters}} *'''toggl...")
(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;
}