GetIsObjectType

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)

DescriptionEdit

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

SyntaxEdit

GetIsObjectType FormType

ExamplesEdit

GetIsObjectType Activator    ; returns 1 if the object is an Activator

NotesEdit

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

See AlsoEdit