Difference between revisions of "MagicEffect Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
{|class="wikitable" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[GetAssociatedSkill - MagicEffect|String '''GetAssociatedSkill'''()]] | |||
|Obtains the skill that this magic effect is associated with. | |||
|- | |||
|} | |||
== Events == | == Events == | ||
None | None |
Revision as of 04:11, 24 October 2013
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
Function | Description |
---|---|
String GetAssociatedSkill() | Obtains the skill that this magic effect is associated with. |
Events
None