VoiceChat.defaultVolume: Difference between revisions
(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== | ||
{{Voicechat}} | |||
Revision as of 13:15, 13 August 2024
Client-Side Function
JavaScript Syntax
Required Params
- volume: number
Return value
- number
Syntax
mp.voiceChat.defaultVolume = volume;
Example
//todo