Difference between revisions of "LeveledItem Script"
Jump to navigation
Jump to search
imported>Plplecuyer |
imported>Qazaaq |
||
Line 4: | Line 4: | ||
'''Extends:''' [[Form Script]] | '''Extends:''' [[Form Script]] | ||
'''Editor:''' [[LeveledItem]] | |||
Script for the manipulation of leveled item base objects. | Script for the manipulation of leveled item base objects. |
Revision as of 18:58, 7 October 2016
Extends: Form Script
Editor: LeveledItem
Script for the manipulation of leveled item base objects.
Definition
ScriptName LeveledItem extends Form Native Hidden
Properties
None
Global Functions
None
Member Functions
- Function AddForm(Form apForm, int auiLevel, int auiCount)
- Adds the given count of given form to the leveled list under the given level.
- Function Revert()
- Removes all script added forms from the leveled list.
Events
None