Description
Wiki Description
Obtains the skill that this magic effect is associated with.
Documentation Comment
Get the Associated Skill for this MagicEffect
Caveats
Examples
; Is the MagicEffect in the school of Destruction?
if (effect.GetAssociatedSkill() == "Destruction")
Debug.Trace("Destruction effect!")
endIfAuto-Generated Example
string returnedValue = myMagicEffect__toCallFunctionOn.GetAssociatedSkill()