SetPlayerRadioFrequency - Game

Member of: Game Script

Sets the player's radio's current frequency. It is not recommended that you do this while the player is messing with the pipboy.

SyntaxEdit

Function SetPlayerRadioFrequency(float afFrequency) native global

ParametersEdit

  • afFrequency - The frequency to set the radio to.

Return ValueEdit

None.

ExamplesEdit

; Set the player's radio frequency to 50.45 - Smoooooth jazz... with a side of radiation
Game.SetPlayerRadioFrequency(50.45)

See AlsoEdit