GetIsFormType

Revision as of 06:36, 17 March 2010 by imported>JT
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DescriptionEdit

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

SyntaxEdit

GetIsFormType pFormType

ExamplesEdit

GetIsFormType ACTI    ; returns 1 if the object is an Activator

NotesEdit

  • pFormType is the 4 character form type string (ACTI, CONT, CREA, etc.) which is displayed in the ALL section of the object window.

See AlsoEdit