Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetArtObjectTotalCount(VisualEffectakEffect, boolabActive)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.