forked from martinjlowm/AnimationGroup
-
Notifications
You must be signed in to change notification settings - Fork 0
Animation GetOrder
LaYt edited this page Oct 3, 2022
·
1 revision
Returns the order of the animation within its parent group. When the parent AnimationGroup plays, Animations with a lower order number are played before those with a higher number. Animations with the same order number are played at the same time.
Signature:
order = Animation:GetOrder()
Returns:
-
order- Position at which the animation will play relative to others in its group (between 0 and 100) (number)