IsRadioOn - ObjectReference

Member of: ObjectReference Script

Returns whether this radio receiver is on or not.

SyntaxEdit

bool Function IsRadioOn() native

ParametersEdit

None.

Return ValueEdit

Whether this receiver is on or not.

ExamplesEdit

if radio.IsRadioOn()
  Debug.Trace("Radio receiver is currently on!")
endif

See AlsoEdit