Audio::findRadioStationIndex: Difference between revisions

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


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.findRadioStationIndex(station);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.findRadioStationIndex(station);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''station:''' int
*'''station:''' int

Latest revision as of 21:04, 6 May 2017

Syntax

mp.game.audio.findRadioStationIndex(station);

Required Arguments

  • station: int

Return value

  • int

Example

// todo

See also