SetPlayerRadioFrequency - Game

From the Fallout4 CreationKit Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

See Also[edit | edit source]