IsRadio - Activator

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Activator Script

Returns whether this activator is a radio or not.

Syntax[edit | edit source]

bool Function IsRadio() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

True if this activator is a radio.

Examples[edit | edit source]

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

See Also[edit | edit source]