- Found in:
- Vanilla
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()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
