Difference between revisions of "MagicEffect Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Qazaaq
(Crosslinked to editor reference)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
'''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.

Revision as of 22:39, 6 June 2016

Extends: Form Script

Editor: Magic Effect

Script for the manipulation of magic effect base objects.

Definition

ScriptName MagicEffect extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

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

Events

None