RAGE.Voice.Muted: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Mutes the player. ==Syntax== <pre>Bool RAGE.Voice.Muted;</pre> === Required Arguments === *'''toggle:''' Bool toggle ==Example== {{CSharpContainer| {{Parameters}} *'''toggl...")
 
No edit summary
 
Line 20: Line 20:
</syntaxhighlight>
</syntaxhighlight>
}}
}}
[[Category:Clientside API]]

Latest revision as of 12:48, 16 January 2019

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