GetPlayerRadioFrequency - Game

Member of: Game Script

Returns the current frequency of the player's radio, which may or may not be turned to any particular station.

SyntaxEdit

float Function GetPlayerRadioFrequency() native global

ParametersEdit

None.

Return ValueEdit

The current frequency of the player's radio.

ExamplesEdit

Debug.Trace("The player's radio is currently tuned to " + Game.GetPlayerRadioFrequency())

See AlsoEdit