Description
Wiki Description
Returns the current frequency of the player's radio, which may or may not be turned to any particular station.
Documentation Comment
Returns the current frequency setting of the player's radio
Caveats
Examples
Debug.Trace("The player's radio is currently tuned to " + Game.GetPlayerRadioFrequency())Auto-Generated Example
float returnedValue = Game.GetPlayerRadioFrequency()Related Pages
- Game
- Game.IsPlayerRadioOn()
- Game.SetPlayerRadioFrequency(...)
- Game.TurnPlayerRadioOn(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
