Background for Fallout 4
Member of the LeveledActor script
voidfunctionAddForm(FormapForm, intaiLevel)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


Caveats


Parameters

FormapForm

CK Wiki Description

Form to add to the leveled list

intaiLevel

CK Wiki Description

Level to add form under.


Examples

; Add the turtle to the list at level 5
CoolActors.AddForm(Turtle, 5)

Auto-Generated Example

Form myForm__apForm
int myInt__aiLevel

myLeveledActor__toCallFunctionOn.AddForm(myForm__apForm, myInt__aiLevel)

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.