Background for Fallout 4
Member of the Game script
voidfunctionTurnPlayerRadioOn(boolabRadioOn=true)NativeGlobal

Description

Wiki Description

Turns the player's radio on and off. It is not recommended that you do this while the player is messing with the pipboy.

Documentation Comment

Turns on/off the player's radio


Caveats


Parameters

boolabRadioOn=true

CK Wiki Description

True


Examples

; Turns the player's radio on
Game.TurnPlayerRadioOn()
; Turns the player's radio off
Game.TurnPlayerRadioOn(false)

Auto-Generated Example

bool myBool__abRadioOn

Game.TurnPlayerRadioOn(myBool__abRadioOn)

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.