Background for Skyrim SE
Member of the MagExtend script
voidfunctionSetMGEFRelatedForm(MagicEffectmgef, FormrelatedForm)NativeGlobal

Description

Documentation Comment

Change Form data used by current archetype. Form type passed in must be valid for this archetype (SEE LIST BELOW)


Caveats


Parameters

MagicEffectmgef

FormrelatedForm


Examples

Auto-Generated Example

MagicEffect myMagicEffect__mgef
Form myForm__relatedForm

MagExtend.SetMGEFRelatedForm(myMagicEffect__mgef, myForm__relatedForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.