SetPlayerRadioFrequency - Game

Revision as of 12: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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