GetIsObjectType

From the Fallout3 GECK Wiki
Revision as of 13:26, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]