- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Returns the total number of art objects present/active (on objects) within the loaded area.
Caveats
Parameters
VisualEffectakEffect
boolabActive
Examples
Auto-Generated Example
VisualEffect myVisualEffect__akEffect
bool myBool__abActive
int returnedValue = PO3_SKSEFunctions.GetArtObjectTotalCount(myVisualEffect__akEffect, myBool__abActive)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
