- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Sets associated form (Light for Light spells, Actor for Summon Creature...).
- Can be None
Caveats
Parameters
MagicEffectakMagicEffect
FormakForm
Examples
Auto-Generated Example
MagicEffect myMagicEffect__akMagicEffect
Form myForm__akForm
PO3_SKSEFunctions.SetAssociatedForm(myMagicEffect__akMagicEffect, myForm__akForm)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
