SetPlayerRadioFrequency - Game
Revision as of 11:37, 29 January 2013 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script Sets the player's radio's current frequency. It is not recommended that you do this while the player...")
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)