- Found in:
- PO3's PE
boolfunctionIsScriptAttachedToActiveEffect(ActiveMagicEffectakActiveEffect, stringasScriptName)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Returns whether the activeEffect has script attached. If scriptName is empty, it will return if the activeEffect has any non-base scripts attached
Caveats
Parameters
ActiveMagicEffectakActiveEffect
stringasScriptName
Examples
Auto-Generated Example
ActiveMagicEffect myActiveMagicEffect__akActiveEffect
string myString__asScriptName
bool returnedValue = PO3_SKSEFunctions.IsScriptAttachedToActiveEffect(myActiveMagicEffect__akActiveEffect, myString__asScriptName)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
