godot/modules/gdscript/tests/scripts/completion/get_node/local/local.gd

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

7 lines
78 B
GDScript3
Raw Normal View History

2024-01-08 21:46:03 +00:00
extends Node
func a():
var test = $AnimationPlayer
test.
2024-03-25 15:11:44 +00:00
pass