- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- HasSpell but checks if the spell is present on the actor (i.e active and not dispelled)
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
Spell mySpell__akSpell
bool returnedValue = PO3_SKSEFunctions.HasActiveSpell(myActor__akActor, mySpell__akSpell)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
