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

8 lines
91 B
GDScript

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