LeveledActor Script

Revision as of 23:51, 2 February 2014 by imported>CraftySentinel (Added New SKSE 1.7.0 Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Extends: Form Script

Script for the manipulation of leveled character base objects.

DefinitionEdit

ScriptName LeveledActor extends Form

PropertiesEdit

None


Global FunctionsEdit

None


Member FunctionsEdit

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


SKSE Member FunctionsEdit

Int GetNumForms()
  • Returns the number of Forms within the leveled list.
Form GetNthForm(Int n)
  • Returns the form at the specified index.
Int GetNthLevel(Int n)
  • Returns the List Level for the Form at the specified index
SetNthLevel(Int n, Int level)
  • Sets the list Level for the Form at the specified index to the specified amount.
Int GetNthCount(Int n)
  • Returns the count for the Form at the specified index.
Int SetNthCount(Int n, Int count)
  • Sets the count for the Form at the specified index


EventsEdit

None