Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetMGEFArchetype(MagicEffectmgef, stringarchetype, stringprimaryAV="", FormrelatedForm=NONE, stringsecondaryAV="", floatsecondAVWeight=1.0)NativeGlobal


Caveats


Parameters

MagicEffectmgef

stringarchetype

stringprimaryAV=""

FormrelatedForm=NONE

stringsecondaryAV=""

floatsecondAVWeight=1.0


Examples

Auto-Generated Example

MagicEffect myMagicEffect__mgef
string myString__archetype
string myString__primaryAV
Form myForm__relatedForm
string myString__secondaryAV
float myFloat__secondAVWeight

DP_Extender.SetMGEFArchetype(myMagicEffect__mgef, myString__archetype, myString__primaryAV, myForm__relatedForm, myString__secondaryAV, myFloat__secondAVWeight)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.