GetIsObjectType
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Returns 1 if the object is the specified form type.
Syntax
(bool) ref.GetIsObjectType formType:string
Example
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.