Background for Skyrim SE
Member of the Form script
intfunctionGetType()Native

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()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.