Function AnimationPlayer.getQueue

Returns a list of the animation names that are currently queued to play.

PoolArray!(godot.core.string.String) getQueue() nothrow @nogc;