- Found in:
- SKSE
Description
Wiki Description
Returns this form's form type. (This function requires SKSE)
Documentation Comment
Returns the typecode for this form object
Caveats
Examples
; Returns the 27 as the form type of MyBook
int MyType = MyBook.GetType()Auto-Generated Example
int returnedValue = myForm__toCallFunctionOn.GetType()