SetPlayerRadioFrequency - Game
Jump to navigation
Jump to search
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.
Syntax[edit | edit source]
Function SetPlayerRadioFrequency(float afFrequency) native global
Parameters[edit | edit source]
- afFrequency - The frequency to set the radio to.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the player's radio frequency to 50.45 - Smoooooth jazz... with a side of radiation
Game.SetPlayerRadioFrequency(50.45)