Difference between revisions of "LeveledActor Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
''' | {|class="wikitable" width =100% | ||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[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. | |||
|- | |||
|} | |||
== Events == | == Events == | ||
None | None |
Revision as of 04:08, 24 October 2013
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 | Description |
---|---|
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. |
Events
None