LeveledActor Script

From the CreationKit Wiki
Revision as of 17:54, 22 July 2010 by imported>Henning (Created page with 'Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' Form Script Script for the manipulation of leveled character base objects. == Defini…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of leveled character base objects.

Definition

ScriptName LeveledActor extends Form

Properties

None

Global Functions

None

Member Functions

  • Function AddForm(Form apForm, int auiLevel)
    • Adds the given form to the leveled list under the given level.
  • Function Revert()
    • Removes all script added forms from the leveled list.

Events

None