VoiceChat.gameOutputCategory

From RAGE Multiplayer Wiki
Revision as of 13:18, 13 August 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Default value is set to 'mp.game.joaat('SPEECH_SCRIPTED')' ===Required Params=== *'''setter:''' {{RageType|hash}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.voiceChat.gameOutputCategory = setter; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See Also== {{Voicechat}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Default value is set to 'mp.game.joaat('SPEECH_SCRIPTED')'

Required Params

  • setter: hash

Return value

  • number

Syntax

mp.voiceChat.gameOutputCategory = setter;

Example

//todo


See Also