1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add test for get_node autocompletion

This commit is contained in:
HolonProduction
2024-01-08 22:46:03 +01:00
parent 7d2ca2d8ac
commit fc7d7d3dae
73 changed files with 693 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
[output]
include=[
; Node
{"display": "add_child"},
{"display": "owner"},
{"display": "child_entered_tree"},
]

View File

@@ -0,0 +1,5 @@
extends Node
func a():
var test = $AnimationPlayer
test.