1
0
Fork 0
godot/modules/gdscript/tests/scripts/completion/argument_options/play_inferred.gd

6 lines
77 B
GDScript

@onready var anim := $AnimationPlayer
func test():
anim.play()
pass