Difference between revisions of "GetIsObjectType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Illyism
(New page: =='''Description'''== '''GetIsObjectType''' returns 1 if the object is the specified form type. =='''Syntax'''== GetIsObjectType FormType =='''Examples'''== GetIsObjectType Activato...)
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 18: Line 18:


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

Revision as of 12:47, 12 August 2009

Description

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

Syntax

GetIsObjectType FormType

Examples

GetIsObjectType Activator    ; returns 1 if the object is an Activator

Notes

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

See Also