GetIsFormType
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.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.