Difference between revisions of "LeveledSpell Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(crosslinked)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
<BR/>
'''Editor:''' [[LeveledSpell]]


Script for the manipulation of leveled spellbase objects.
Script for the manipulation of leveled spellbase objects.
Line 26: Line 24:
== Events ==
== Events ==
None
None
== See Also ==
*[[Spell]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]

Latest revision as of 06:26, 22 October 2017

Extends: Form Script
Editor: LeveledSpell

Script for the manipulation of leveled spellbase objects.

Definition[edit | edit source]

ScriptName LeveledSpell 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)
    • Adds the 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

See Also[edit | edit source]