#Get list of aura ids in a group; alternatives to GetData?

6 messages · Page 1 of 1 (latest)

slate hull
#

Hi there, I'm using WeakAuras.GetData(...) to get the list of children in a dynamic group and the client shows a message stating this is a slow function/is being called a lot. Is there an alternative or better way to get the list of child auras in a group? Or, even better would be to get the number of loaded children in a group.

uneven charm
#

Dynamic groups have a sortedChildren table

#

Which contains all currently showing children

slate hull
#

Is that accessed just on the group itself? So would I still have to used GetData?

#

Right now I'm using controlledChildren