GetIsObjectType

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

GetIsObjectType returns 1 if the object is the specified form type.

Syntax[edit | edit source]

GetIsObjectType FormType

Examples[edit | edit source]

GetIsObjectType Activator    ; returns 1 if the object is an Activator

Notes[edit | edit source]

  • FormType is the full form type string (Activator, Container, Creature, etc.) which is displayed in the ALL section of the object window.

See Also[edit | edit source]