Audio::setRadioTrack

From RAGE Multiplayer Wiki
Revision as of 19:54, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Only found this one in the decompiled scripts:

AUDIO::SET_RADIO_TRACK('RADIO_03_HIPHOP_NEW', 'ARM1_RADIO_STARTS');

Syntax

audio.setRadioTrack(radioStation, radioTrack);

Required Arguments

  • radioStation: String
  • radioTrack: String

Return value

  • Undefined

Example

todo

See also

Template:Audio function c