You could also use the current animation of the entity and emit it along with the position.
var currentanimation = Entity.animation.data.currrAnim;
Got it from here:
You could also use the current animation of the entity and emit it along with the position.
var currentanimation = Entity.animation.data.currrAnim;
Got it from here: