SetRadioOn - ObjectReference

Member of: ObjectReference Script

Turns on or off this radio receiver.

SyntaxEdit

Function SetRadioOn(bool abOn = true) native

ParametersEdit

  • abOn: Whether to turn on or off this radio.
    • Default: True

Return ValueEdit

None

ExamplesEdit

; Turns on the radio
myRadio.SetRadioOn()


; Turns off the radio
myRadio.SetRadioOn(false)

See AlsoEdit