Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionHasMagicEffectWithArchetype(ActorakActor, stringasArchetype)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Checks if activemagiceffect with given archetype is present on actor. See Magic Effect

Caveats


Parameters

ActorakActor

stringasArchetype


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asArchetype

bool returnedValue = PO3_SKSEFunctions.HasMagicEffectWithArchetype(myActor__akActor, myString__asArchetype)

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.