Player::voiceAutoVolume: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideJsFunction}} {{JSContainer| Returns whether player's voice auto volume is set. * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.players.local.voiceAutoVolume </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_definition_c}} Category:Clientside API")
 
No edit summary
 
Line 2: Line 2:
{{ClientsideJsFunction}}
{{ClientsideJsFunction}}
{{JSContainer|
{{JSContainer|
Returns whether player's voice auto volume is set.


* '''Note: this property is read only.'''
===Required Params===
* '''setter:''' {{RageType|boolean}}


===Return value===
===Return value===

Latest revision as of 12:45, 13 August 2024

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • setter: boolean

Return value

  • boolean

Syntax

mp.players.local.voiceAutoVolume

Example

//todo


See also