AddForm - LeveledActor

From the Fallout4 CreationKit Wiki
Revision as of 14:54, 20 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: LeveledActor Script

Adds the given form to the leveled list.

Syntax[edit | edit source]

Function AddForm(Form apForm, int auiLevel) native

Parameters[edit | edit source]

  • apForm: Form to add to the leveled list
  • auiLevel: Level to add form under

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]