Difference between revisions of "LeveledItem Script"
Jump to navigation
Jump to search
imported>Plplecuyer |
imported>Qazaaq (items category) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Script Objects]] | [[Category:Script Objects]] | ||
[[Category:Items]] | |||
'''Extends:''' [[Form Script]] | |||
''' | '''Editor:''' [[LeveledItem]] | ||
Script for the manipulation of leveled item base objects. | Script for the manipulation of leveled item base objects. | ||
Line 26: | Line 28: | ||
== Events == | == Events == | ||
None | None | ||
== See Also == | |||
*[[:Category:Items|Items Category]] |
Latest revision as of 08:15, 17 October 2016
Extends: Form Script
Editor: LeveledItem
Script for the manipulation of leveled item base objects.
Definition[edit | edit source]
ScriptName LeveledItem extends Form Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
- 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[edit | edit source]
None