Audio::getRadioStationName: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns String with radio station name.
Returns String with radio station name.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.getRadioStationName(radioStation);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.getRadioStationName(radioStation);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''radioStation:''' int
*'''radioStation:''' int
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Audio_function_c}}
{{Audio_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:04, 6 May 2017

Returns String with radio station name.

Syntax

mp.game.audio.getRadioStationName(radioStation);

Required Arguments

  • radioStation: int

Return value

  • String

Example

// todo

See also