- Found in:
- PO3's PE
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
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
