Player::voiceAutoVolume

From RAGE Multiplayer Wiki
Revision as of 12:17, 13 August 2024 by Shr0x (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Returns whether player's voice auto volume is set.

  • Note: this property is read only.

Return value

  • boolean

Syntax

mp.players.local.voiceAutoVolume

Example

//todo


See also