GetIsFormType

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.GetIsFormType pFormType:string

Example

GetIsFormType ACTI    

Returns 1 if the object is an Activator

Notes

  • 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