Audio::setMobilePhoneRadioState: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.setMobilePhoneRadioState(state);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.setMobilePhoneRadioState(state);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''state:''' Boolean
*'''state:''' Boolean

Latest revision as of 21:04, 6 May 2017

Syntax

mp.game.audio.setMobilePhoneRadioState(state);

Required Arguments

  • state: Boolean

Return value

  • Undefined

Example

// todo

See also