Difference between revisions of "MagicEffect Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Jog
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
*string Function [[GetAssociatedSkill - MagicEffect|GetAssociatedSkill]]()
'''string Function [[GetAssociatedSkill - MagicEffect|GetAssociatedSkill]]()'''
**Obtains the skill that this magic effect is associated with.
*Obtains the skill that this magic effect is associated with.


== Events ==
== Events ==
None
None

Revision as of 12:53, 20 February 2012


Extends: Form Script (Papyrus)

Script for the manipulation of magic effect base objects.

Definition

ScriptName MagicEffect extends Form

Properties

None

Global Functions

None

Member Functions

string Function GetAssociatedSkill()

  • Obtains the skill that this magic effect is associated with.

Events

None