godot/modules/gdscript/tests/scripts/completion/argument_options/play_inferred.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
77 B
GDScript3
Raw Normal View History

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