GetIsObjectType

Revision as of 14:24, 30 January 2009 by imported>Illyism (New page: =='''Description'''== '''GetIsObjectType''' returns 1 if the object is the specified form type. =='''Syntax'''== GetIsObjectType FormType =='''Examples'''== GetIsObjectType Activato...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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