Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionHasEffectShader(ObjectReferenceakRef, EffectShaderakShader, boolabActive=false)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Returns the number of instances of the specified effect shader on the reference.

Caveats


Parameters

ObjectReferenceakRef

EffectShaderakShader

boolabActive=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
EffectShader myEffectShader__akShader
bool myBool__abActive

int returnedValue = PO3_SKSEFunctions.HasEffectShader(myObjectReference__akRef, myEffectShader__akShader, myBool__abActive)

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.