You've already forked godot
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:
@@ -0,0 +1,7 @@
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
var test = $AnimationPlayer
|
||||
test.➡
|
||||
Reference in New Issue
Block a user