Background for Fallout 4
Member of the Game script
floatfunctionGetPlayerRadioFrequency()NativeGlobal

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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.