Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/gdscript/tests/scripts/completion/argument_options/play_inferred.gd
10287 views
extends Node

@onready var anim := $AnimationPlayer

func test():
	anim.play(➡)
    pass