Difference between revisions of "MagicEffect Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:Magic]]
'''Extends:''' [[Form Script]]


'''Extends:''' [[Form Script (Papyrus)]]
'''Editor:''' [[Magic Effect]]


Script for the manipulation of magic effect base objects.
Script for the manipulation of magic effect base objects.
Line 24: Line 26:
== Events ==
== Events ==
None
None
== See Also ==
*[[:Category:Magic|Magic Category]]

Latest revision as of 00:34, 7 June 2016

Extends: Form Script

Editor: Magic Effect

Script for the manipulation of magic effect base objects.

Definition[edit | edit source]

ScriptName MagicEffect extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

  • string Function GetAssociatedSkill()
    • Obtains the skill that this magic effect is associated with.

Events[edit | edit source]

None

See Also[edit | edit source]