initial commit, 4.5 stable
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[input]
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
|
||||
; GDScript: class_a.notest.gd
|
||||
{"display": "property_of_a"},
|
||||
{"display": "func_of_a()"},
|
||||
{"display": "signal_of_a"},
|
||||
]
|
@@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
|
||||
@onready var test = $A
|
||||
|
||||
func a():
|
||||
test.➡
|
||||
pass
|
@@ -0,0 +1,14 @@
|
||||
[input]
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
|
||||
; AnimationPlayer
|
||||
{"display": "autoplay"},
|
||||
{"display": "play(…)"},
|
||||
{"display": "animation_changed"},
|
||||
]
|
@@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
|
||||
@onready var test = $AnimationPlayer
|
||||
|
||||
func a():
|
||||
test.➡
|
||||
pass
|
Reference in New Issue
Block a user