- Found in:
- CACO
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)