GetIsFormType

From the Fallout3 GECK Wiki
Revision as of 12:25, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Jump to navigation Jump to search

Description

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

Syntax

GetIsFormType pFormType

Examples

GetIsFormType ACTI    ; returns 1 if the object is an Activator

Notes

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

See Also