Difference between revisions of "GetIsFormType"
Jump to navigation
Jump to search
imported>K1rlian m (→Notes) |
imported>K1rlian m (→Notes) |
||
Line 12: | Line 12: | ||
==Notes== | ==Notes== | ||
* pFormType is the 4 character form type string (ACTI, CONT, NPC_, etc.) which is displayed in the Form Type column in the [[Object Window]]. Form Type column appears when *All is selected in the left pane. Column highlighted in picture below: | * pFormType is the 4 character form type string (ACTI, CONT, NPC_, etc. Must use all caps.) which is displayed in the Form Type column in the [[Object Window]]. Form Type column appears when *All is selected in the left pane. Column highlighted in picture below: | ||
<br>[[image:jb_FormType01a.jpg]] | <br>[[image:jb_FormType01a.jpg]] | ||
Latest revision as of 15:33, 30 May 2016
Description[edit | edit source]
GetIsFormType returns 1 if the object is the specified form type.
Syntax[edit | edit source]
GetIsFormType pFormType
Examples[edit | edit source]
GetIsFormType ACTI ; returns 1 if the object is an Activator
Notes[edit | edit source]
- pFormType is the 4 character form type string (ACTI, CONT, NPC_, etc. Must use all caps.) which is displayed in the Form Type column in the Object Window. Form Type column appears when *All is selected in the left pane. Column highlighted in picture below: