Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionAddMagicEffectToSpell(SpellakSpell, MagicEffectakMagicEffect, floatafMagnitude, intaiArea, intaiDuration, floatafCost=0.0, string[]asConditionList)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

SpellakSpell

MagicEffectakMagicEffect

floatafMagnitude

intaiArea

intaiDuration

floatafCost=0.0

string[]asConditionList


Examples

Auto-Generated Example

Spell mySpell__akSpell
MagicEffect myMagicEffect__akMagicEffect
float myFloat__afMagnitude
int myInt__aiArea
int myInt__aiDuration
float myFloat__afCost
string[] myStringArray__asConditionList

PO3_SKSEFunctions.AddMagicEffectToSpell(mySpell__akSpell, myMagicEffect__akMagicEffect, myFloat__afMagnitude, myInt__aiArea, myInt__aiDuration, myFloat__afCost, myStringArray__asConditionList)

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.