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