GetIsObjectType

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the object is the specified form type.

Syntax

[help]
(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.

See Also