Difference between revisions of "GetFormID - Form"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>JustinOther m (→See Also: Linked FrmID Array) |
||
Line 25: | Line 25: | ||
*[[Form Script]] | *[[Form Script]] | ||
*[[GetForm - Game]] | *[[GetForm - Game]] | ||
*[[Arrays (Papyrus)#Creating_a_FormID Array|FormID Array]] |
Revision as of 11:14, 28 September 2012
Member of: Form Script
Returns this form's form ID.
Syntax
int Function GetFormID() native
Parameters
None
Return Value
The form ID of this form.
Examples
; Obtains the form id of the main quest
int formID = mainQuest.GetFormID()