IsRadio - Activator

Member of: Activator Script

Returns whether this activator is a radio or not.

SyntaxEdit

bool Function IsRadio() native

ParametersEdit

None.

Return ValueEdit

True if this activator is a radio.

ExamplesEdit

; Check to see if we have a radio
if myObject.IsRadio()
  Debug.Trace("We have a radio!")
endif

See AlsoEdit