SetRadioOn - ObjectReference

Revision as of 18:30, 10 May 2023 by 86.83.129.48 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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