godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AnimationPlayer.getQueue
godot
animationplayer
AnimationPlayer
Returns a list of the animation names that are currently queued to play.
struct
AnimationPlayer
@
nogc
nothrow
PoolStringArray
getQueue
(
)
Meta
Source
See Implementation
godot
animationplayer
AnimationPlayer
aliases
BaseClasses
enums
AnimationMethodCallMode
AnimationProcessMode
Constants
functions
_animationChanged
_nodeRemoved
addAnimation
advance
animationGetNext
animationSetNext
clearCaches
clearQueue
findAnimation
getAnimation
getAnimationList
getAnimationProcessMode
getAssignedAnimation
getAutoplay
getBlendTime
getCurrentAnimation
getCurrentAnimationLength
getCurrentAnimationPosition
getDefaultBlendTime
getMethodCallMode
getPlayingSpeed
getQueue
getRoot
getSpeedScale
hasAnimation
isActive
isPlaying
opAssign
opEquals
play
playBackwards
queue
removeAnimation
renameAnimation
seek
setActive
setAnimationProcessMode
setAssignedAnimation
setAutoplay
setBlendTime
setCurrentAnimation
setDefaultBlendTime
setMethodCallMode
setRoot
setSpeedScale
stop
toHash
properties
assignedAnimation
autoplay
currentAnimation
currentAnimationLength
currentAnimationPosition
methodCallMode
playbackActive
playbackDefaultBlendTime
playbackProcessMode
playbackSpeed
rootNode
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns a list of the animation names that are currently queued to play.