Audio::getRadioStationName: Difference between revisions

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