Background for Skyrim SE
Member of the Game script
FormfunctionGetFormEx(intformId)NativeGlobal

Description

Documentation Comment

Same as GetForm, but also works for formIds >= 0x80000000


Caveats


Parameters

intformId


Examples

Auto-Generated Example

int myInt__formId

Form returnedValue = Game.GetFormEx(myInt__formId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.