- Found in:
- PO3's PE
voidfunctionRemoveMagicEffectFromSpell(SpellakSpell, MagicEffectakMagicEffect, floatafMagnitude, intaiArea, intaiDuration, floatafCost=0.0)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Removes magic effect from spell that matches magnitude/area/duration/cost.
Caveats
Parameters
Examples
Auto-Generated Example
Spell mySpell__akSpell
MagicEffect myMagicEffect__akMagicEffect
float myFloat__afMagnitude
int myInt__aiArea
int myInt__aiDuration
float myFloat__afCost
PO3_SKSEFunctions.RemoveMagicEffectFromSpell(mySpell__akSpell, myMagicEffect__akMagicEffect, myFloat__afMagnitude, myInt__aiArea, myInt__aiDuration, myFloat__afCost)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
