- Found in:
- PO3's PE
voidfunctionRemoveEffectItemFromSpell(SpellakSpell, SpellakSpellToMatchFrom, intaiIndex)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Removes effectitem from spell that matches spell at index.
Caveats
Parameters
Examples
Auto-Generated Example
Spell mySpell__akSpell
Spell mySpell__akSpellToMatchFrom
int myInt__aiIndex
PO3_SKSEFunctions.RemoveEffectItemFromSpell(mySpell__akSpell, mySpell__akSpellToMatchFrom, myInt__aiIndex)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
