index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
completion
/
argument_options
/
play_inferred.gd
blob: abeadbe5eeddd6322a0ce2b1146bd82b7b3798e6 (
plain
)
1
2
3
4
5
@onready var anim := $AnimationPlayer func test(): anim.play(➡) pass