Background for Fallout 4
Member of the LeveledItem script
voidfunctionAddForm(FormapForm, intaiLevel, intaiCount)Native

Description

Wiki Description

Adds the given form to the leveled list.

Documentation Comment

Adds the given count of the given form to the under the given level in this leveled list


Parameters

  1. FormapForm

    CK Wiki Description

    Form to add to the leveled list

  2. intaiLevel

    CK Wiki Description

    Level to add form under

  3. 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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.