You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Add test for get_node autocompletion
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
signal signal_of_a
|
||||
|
||||
var property_of_a
|
||||
|
||||
func func_of_a():
|
||||
pass
|
||||
Reference in New Issue
Block a user