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

Description

Wiki Description

Returns whether the player's radio is currently on or not.

Documentation Comment

Is the player's radio currently on?


Caveats


Examples

if (Game.IsPlayerRadioOn())
  Debug.Trace("Player's radio is currently on... hopefully he's not trying to be sneaky!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsPlayerRadioOn()

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.