Background for Skyrim SE
Member of the PO3_SKSEFunctions script
MagicEffect[]functionGetActiveEffects(ActorakActor, boolabShowInactive=false)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets all magiceffects currently on the actor. Filters out inactive and hideinui spells.

Caveats


Parameters

ActorakActor

boolabShowInactive=false


Examples

Auto-Generated Example

Actor myActor__akActor
bool myBool__abShowInactive

MagicEffect[] returnedValue = PO3_SKSEFunctions.GetActiveEffects(myActor__akActor, myBool__abShowInactive)

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.