Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetAssociatedForm(MagicEffectakMagicEffect, FormakForm)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.