IsRadio - Activator

From the Fallout4 CreationKit Wiki
Revision as of 16:04, 30 November 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]