- Found in:
- Vanilla
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
