Difference between revisions of "LeveledActor Script"
Jump to navigation
Jump to search
Added New SKSE 1.7.0 Functions
imported>CraftySentinel m (→Member Functions: Formatting Change) |
imported>CraftySentinel (Added New SKSE 1.7.0 Functions) |
||
Line 14: | Line 14: | ||
== Properties == | == Properties == | ||
None | None | ||
== Global Functions == | == Global Functions == | ||
None | None | ||
== Member Functions == | == Member Functions == | ||
:'''[[AddForm - LeveledActor|AddForm]](Form ''apForm'', Int ''auiLevel'')''' | |||
:*Adds the given form to the leveled list under the given level. | |||
:'''[[Revert - LeveledActor|Revert]]()''' | |||
:*Removes all script added forms from the leveled list. | |||
== SKSE Member Functions == | |||
:'''Int [[GetNumForms - LeveledActor|GetNumForms]]()''' | |||
:*Returns the number of Forms within the leveled list. | |||
:'''Form [[GetNthForm - LeveledActor|GetNthForm]](Int ''n'')''' | |||
:*Returns the form at the specified index. | |||
:'''Int [[GetNthLevel - LeveledActor|GetNthLevel]](Int ''n'')''' | |||
:*Returns the List Level for the Form at the specified index | |||
:'''[[SetNthLevel - LeveledActor|SetNthLevel]](Int ''n'', Int ''level'')''' | |||
:*Sets the list Level for the Form at the specified index to the specified amount. | |||
:'''Int [[GetNthCount - LeveledActor|GetNthCount]](Int ''n'')''' | |||
:*Returns the count for the Form at the specified index. | |||
:'''Int [[SetNthCount - LeveledActor|SetNthCount]](Int ''n'', Int ''count'')''' | |||
:*Sets the count for the Form at the specified index | |||
== Events == | == Events == | ||
None | None |