Caveats
Parameters
intaiFormID
CK Wiki Description
The form ID number of the form we want. (FormID proceeded by 0x) For example Form ID "0001DA07" is given as:0x0001DA07
Examples
; Obtain whatever form 0001DA07 is
Form someForm = Game.GetForm(0x0001DA07)Auto-Generated Example
int myInt__aiFormID
Form returnedValue = Game.GetForm(myInt__aiFormID)Related Pages
- Game
- Game.GetFormFromFile(...)
- Form.GetFormID()
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
