VoiceChat.defaultVolume: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''volume:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.voiceChat.defaultVolume = volume; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See Also== *Functions: **mp.voiceChat.getPreprocessingParam **voiceChat.setPreprocessingParam|mp.voiceChat...")
 
Line 19: Line 19:
}}
}}
==See Also==
==See Also==
*Functions:
{{Voicechat}}
**[[voiceChat.getPreprocessingParam|mp.voiceChat.getPreprocessingParam]]
**[[voiceChat.setPreprocessingParam|mp.voiceChat.setPreprocessingParam]]
*Properties:
**[[voiceChat.gameOutputEnabled|mp.voiceChat.gameOutputEnabled]]
**[[voiceChat.gameOutputCategory|mp.voiceChat.gameOutputCategory]]
**[[voiceChat.lastVad|mp.voiceChat.lastVad]]
**[[voiceChat.minVad|mp.voiceChat.minVad]]
**[[voiceChat.muted|mp.voiceChat.muted]]
**[[voiceChat.defaultVolume|mp.voiceChat.defaultVolume]]

Revision as of 13:15, 13 August 2024

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • volume: number

Return value

  • number

Syntax

mp.voiceChat.defaultVolume = volume;

Example

//todo


See Also