- Found in:
- Vanilla
Caveats
Parameters
intaiLevel
CK Wiki Description
Level to add form under
intaiCount
CK Wiki Description
Number of items to add
Examples
; Add 2 axes to the list at level 5
CoolItems.AddForm(Axe, 5, 2)Auto-Generated Example
Form myForm__apForm
int myInt__aiLevel
int myInt__aiCount
myLeveledItem__toCallFunctionOn.AddForm(myForm__apForm, myInt__aiLevel, myInt__aiCount)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
