Difference between revisions of "LeveledActor Script"

Jump to navigation Jump to search
681 bytes added ,  23:51, 2 February 2014
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 ==


{|class="wikitable" width =100%
:'''[[AddForm - LeveledActor|AddForm]](Form ''apForm'', Int ''auiLevel'')'''
!style="text-align:left;"|Function
:*Adds the given form to the leveled list under the given level.
!style="text-align:left;"|Description
 
|-
:'''[[Revert - LeveledActor|Revert]]()'''
|[[AddForm - LeveledActor|'''AddForm'''(Form ''apForm'', Int ''auiLevel'')]]
:*Removes all script added forms from the leveled list.
|Adds the given form to the leveled list under the given level.
 
|-
 
== 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.


|[[Revert - LeveledActor|'''Revert'''()]]
:'''Int [[SetNthCount - LeveledActor|SetNthCount]](Int ''n'', Int ''count'')'''
|Removes all script added forms from the leveled list.
:*Sets the count for the Form at the specified index
|-


|}


== Events ==
== Events ==
None
None

Navigation menu