Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionRemoveEffectItemFromSpell(SpellakSpell, SpellakSpellToMatchFrom, intaiIndex)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Removes effectitem from spell that matches spell at index.

Caveats


Parameters

SpellakSpell

SpellakSpellToMatchFrom

intaiIndex


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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.