IsRadio - Activator
From Creation Kit
Member of: Activator Script
Returns whether this activator is a radio or not.
Syntax
bool Function IsRadio() native
Parameters
None.
Return Value
True if this activator is a radio.
Examples
; Check to see if we have a radio if myObject.IsRadio() Debug.Trace("We have a radio!") endif