Difference between revisions of "GetIsFormType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>JT
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


=='''See Also'''==
=='''See Also'''==
* [[GetIsObjectType]]


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

Latest revision as of 06:36, 17 March 2010

Description[edit | edit source]

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

Syntax[edit | edit source]

GetIsFormType pFormType

Examples[edit | edit source]

GetIsFormType ACTI    ; returns 1 if the object is an Activator

Notes[edit | edit source]

  • 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[edit | edit source]