Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetEffectShaderTotalCount(EffectShaderakEffectShader, boolabActive)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Returns the total number of effect shaders present/present and active (on objects) within the loaded area.

Caveats


Parameters

EffectShaderakEffectShader

boolabActive


Examples

Auto-Generated Example

EffectShader myEffectShader__akEffectShader
bool myBool__abActive

int returnedValue = PO3_SKSEFunctions.GetEffectShaderTotalCount(myEffectShader__akEffectShader, 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.