Audio::setRadioToStationName: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:
For a full list, see here: pastebin.com/Kj9t38KF
For a full list, see here: pastebin.com/Kj9t38KF
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.setRadioToStationName(stationName);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.setRadioToStationName(stationName);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''stationName:''' String
*'''stationName:''' String

Revision as of 21:04, 6 May 2017

For a full list, see here: pastebin.com/Kj9t38KF

Syntax

mp.game.audio.setRadioToStationName(stationName);

Required Arguments

  • stationName: String

Return value

  • Undefined

Example

// todo

See also