|
@ballagarba
The two versions don't differ that much. Both use OnUpdate. (Even the animationgroup does).
The only big difference is that in the traditional way you iterate over all WorldFrame:GetChildren() all the time.
In the new version you check just one index that is either available or not.
|