AddForm - LeveledItem

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: LeveledItem Script

Adds the given form to the leveled list.

Syntax[edit | edit source]

Function AddForm(Form apForm, int auiLevel, int auiCount) native

Parameters[edit | edit source]

  • apForm: Form to add to the leveled list
  • auiLevel: Level to add form under
  • auiCount: Number of items to add

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Add 2 axes to the list at level 5
CoolItems.AddForm(Axe, 5, 2)

See Also[edit | edit source]