Difference between revisions of "SetRadioOn - ObjectReference"
no edit summary
imported>Plplecuyer |
|||
Line 21: | Line 21: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Turns on the radio | ; Turns on the radio | ||
myRadio. | myRadio.SetRadioOn() | ||
</source> | </source> | ||
<br/> | <br/> | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Turns off the radio | ; Turns off the radio | ||
myRadio. | myRadio.SetRadioOn(false) | ||
</source> | </source> | ||