Difference between revisions of "GetIsFormType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 17: Line 17:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]

Revision as of 11:46, 12 August 2009

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