feat: erased accidentally added engine files
This commit is contained in:
parent
f0fc98b2b8
commit
202693b275
12525 changed files with 0 additions and 6255369 deletions
|
|
@ -1,16 +0,0 @@
|
|||
[gd_scene load_steps=1 format=3 uid="uid://dl28pdkxcjvym"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_d1pub"]
|
||||
resource_name = "bounce"
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gs7mj"]
|
||||
_data = {
|
||||
"bounce": SubResource("Animation_d1pub")
|
||||
}
|
||||
|
||||
[node name="GetNode" type="Node"]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_gs7mj")
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/argument_options/argument_options.tscn"
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "\"signal_a\""},
|
||||
{"display": "\"child_entered_tree\""},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
signal signal_a()
|
||||
|
||||
func _ready():
|
||||
connect(➡)
|
||||
pass
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/argument_options/argument_options.tscn"
|
||||
[output]
|
||||
include=[
|
||||
{"display": "\"bounce\""},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim := $AnimationPlayer
|
||||
|
||||
func test():
|
||||
anim.play(➡)
|
||||
pass
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/argument_options/argument_options.tscn"
|
||||
[output]
|
||||
include=[
|
||||
{"display": "\"bounce\""},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim: AnimationPlayer = $AnimationPlayer
|
||||
|
||||
func test():
|
||||
anim.play(➡)
|
||||
pass
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/argument_options/argument_options.tscn"
|
||||
[output]
|
||||
include=[
|
||||
{"display": "\"bounce\""},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
@onready var anim = $AnimationPlayer
|
||||
|
||||
func test():
|
||||
anim.play(➡)
|
||||
pass
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[input]
|
||||
add_node_path_literals=true
|
||||
[output]
|
||||
include=[
|
||||
{"insert_text": "^\"property_of_a\""},
|
||||
{"insert_text": "^\"name\""},
|
||||
]
|
||||
exclude=[
|
||||
{"insert_text": "\"property_of_a\""},
|
||||
{"insert_text": "\"name\""},
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
const A = preload("res://completion/class_a.notest.gd")
|
||||
|
||||
func _ready() -> void:
|
||||
var a := A.new()
|
||||
var tween := get_tree().create_tween()
|
||||
tween.tween_property(a, ➡)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[input]
|
||||
add_string_name_literals=true
|
||||
[output]
|
||||
include=[
|
||||
{"insert_text": "&\"test_input_action\""},
|
||||
]
|
||||
exclude=[
|
||||
{"insert_text": "\"test_input_action\""},
|
||||
]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
func _input(event: InputEvent) -> void:
|
||||
event.is_action_pressed(➡)
|
||||
pass
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"insert_text": "\"property_of_a\""},
|
||||
{"insert_text": "\"name\""},
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
const A = preload ("res://completion/class_a.notest.gd")
|
||||
|
||||
func _ready() -> void:
|
||||
var a := A.new()
|
||||
var tween := get_tree().create_tween()
|
||||
tween.tween_property(a, "➡")
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[input]
|
||||
add_node_path_literals=false
|
||||
[output]
|
||||
include=[
|
||||
{"insert_text": "\"property_of_a\""},
|
||||
{"insert_text": "\"name\""},
|
||||
]
|
||||
exclude=[
|
||||
{"insert_text": "^\"property_of_a\""},
|
||||
{"insert_text": "^\"name\""},
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
const A = preload("res://completion/class_a.notest.gd")
|
||||
|
||||
func _ready() -> void:
|
||||
var a := A.new()
|
||||
var tween := get_tree().create_tween()
|
||||
tween.tween_property(a, ➡)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[input]
|
||||
add_string_name_literals=false
|
||||
[output]
|
||||
include=[
|
||||
{"insert_text": "\"test_input_action\""},
|
||||
]
|
||||
exclude=[
|
||||
{"insert_text": "&\"test_input_action\""},
|
||||
]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
func _input(event: InputEvent) -> void:
|
||||
event.is_action_pressed(➡)
|
||||
pass
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "new(…)"},
|
||||
{"display": "SIZE_EXPAND"},
|
||||
{"display": "SIZE_EXPAND_FILL"},
|
||||
{"display": "SIZE_FILL"},
|
||||
{"display": "SIZE_SHRINK_BEGIN"},
|
||||
{"display": "SIZE_SHRINK_CENTER"},
|
||||
{"display": "SIZE_SHRINK_END"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "Control.SIZE_EXPAND"},
|
||||
{"display": "Control.SIZE_EXPAND_FILL"},
|
||||
{"display": "Control.SIZE_FILL"},
|
||||
{"display": "Control.SIZE_SHRINK_BEGIN"},
|
||||
{"display": "Control.SIZE_SHRINK_CENTER"},
|
||||
{"display": "Control.SIZE_SHRINK_END"},
|
||||
{"display": "contro_var"}
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Control
|
||||
|
||||
var contro_var
|
||||
|
||||
func _ready():
|
||||
size_flags_horizontal = Control.➡
|
||||
pass
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "new(…)"},
|
||||
{"display": "SIZE_EXPAND"},
|
||||
{"display": "SIZE_EXPAND_FILL"},
|
||||
{"display": "SIZE_FILL"},
|
||||
{"display": "SIZE_SHRINK_BEGIN"},
|
||||
{"display": "SIZE_SHRINK_CENTER"},
|
||||
{"display": "SIZE_SHRINK_END"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "Control.SIZE_EXPAND"},
|
||||
{"display": "Control.SIZE_EXPAND_FILL"},
|
||||
{"display": "Control.SIZE_FILL"},
|
||||
{"display": "Control.SIZE_SHRINK_BEGIN"},
|
||||
{"display": "Control.SIZE_SHRINK_CENTER"},
|
||||
{"display": "Control.SIZE_SHRINK_END"},
|
||||
{"display": "contro_var"}
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Control
|
||||
|
||||
var contro_var
|
||||
|
||||
func _ready():
|
||||
size_flags_horizontal = Control.SIZE➡
|
||||
pass
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "Control.SIZE_EXPAND"},
|
||||
{"display": "Control.SIZE_EXPAND_FILL"},
|
||||
{"display": "Control.SIZE_FILL"},
|
||||
{"display": "Control.SIZE_SHRINK_BEGIN"},
|
||||
{"display": "Control.SIZE_SHRINK_CENTER"},
|
||||
{"display": "Control.SIZE_SHRINK_END"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "contro_var"}
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Control
|
||||
|
||||
var contro_var
|
||||
|
||||
func _ready():
|
||||
size_flags_horizontal = Con➡
|
||||
pass
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "Control.SIZE_EXPAND"},
|
||||
{"display": "Control.SIZE_EXPAND_FILL"},
|
||||
{"display": "Control.SIZE_FILL"},
|
||||
{"display": "Control.SIZE_SHRINK_BEGIN"},
|
||||
{"display": "Control.SIZE_SHRINK_CENTER"},
|
||||
{"display": "Control.SIZE_SHRINK_END"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "contro_var"}
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Control
|
||||
|
||||
var contro_var
|
||||
|
||||
func _ready():
|
||||
size_flags_horizontal = ➡
|
||||
pass
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "DrawMode",
|
||||
"location": 256},
|
||||
{"display": "Anchor",
|
||||
"location": 257},
|
||||
{"display": "TextureRepeat",
|
||||
"location": 258},
|
||||
]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
extends Control
|
||||
|
||||
func _ready():
|
||||
var t = BaseButton.➡
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
{"display": "HEURISTIC_MAX"},
|
||||
{"display": "HEURISTIC_OCTILE"},
|
||||
]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
extends Control
|
||||
|
||||
func _ready():
|
||||
AStarGrid2D.Heuristic.➡
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
signal signal_of_a
|
||||
|
||||
var property_of_a
|
||||
|
||||
func func_of_a():
|
||||
pass
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
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"},
|
||||
|
||||
; GDScript: identifiers.gd
|
||||
{"display": "test_signal_1"},
|
||||
{"display": "test_signal_2"},
|
||||
{"display": "test_var_1"},
|
||||
{"display": "test_var_2"},
|
||||
{"display": "test_func_1(…)"},
|
||||
{"display": "test_func_2(…)"},
|
||||
{"display": "test_parameter_1"},
|
||||
{"display": "test_parameter_2"},
|
||||
{"display": "local_test_var_1"},
|
||||
{"display": "local_test_var_2"},
|
||||
]
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
signal test_signal_1(a)
|
||||
signal test_signal_2(a: int)
|
||||
|
||||
var test_var_1
|
||||
var test_var_2: int
|
||||
|
||||
func test_func_1(t):
|
||||
pass
|
||||
|
||||
func test_func_2(t: int) -> void:
|
||||
pass
|
||||
|
||||
func _init(test_parameter_1, test_parameter_2: String):
|
||||
var local_test_var_1
|
||||
var local_test_var_2: int
|
||||
print(t➡)
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
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"},
|
||||
|
||||
; GDScript: identifiers.gd
|
||||
{"display": "test_signal_1"},
|
||||
{"display": "test_signal_2"},
|
||||
{"display": "test_var_1"},
|
||||
{"display": "test_var_2"},
|
||||
{"display": "test_func_1(…)"},
|
||||
{"display": "test_func_2(…)"},
|
||||
{"display": "test_parameter_1"},
|
||||
{"display": "test_parameter_2"},
|
||||
{"display": "local_test_var_1"},
|
||||
{"display": "local_test_var_2"},
|
||||
]
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
signal test_signal_1(a)
|
||||
signal test_signal_2(a: int)
|
||||
|
||||
var test_var_1
|
||||
var test_var_2: int
|
||||
|
||||
func test_func_1(t):
|
||||
pass
|
||||
|
||||
func test_func_2(t: int) -> void:
|
||||
pass
|
||||
|
||||
func _init(test_parameter_1, test_parameter_2: String):
|
||||
var local_test_var_1
|
||||
var local_test_var_2: int
|
||||
t➡
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
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"},
|
||||
|
||||
; GDScript: identifiers.gd
|
||||
{"display": "test_signal_1"},
|
||||
{"display": "test_signal_2"},
|
||||
{"display": "test_var_1"},
|
||||
{"display": "test_var_2"},
|
||||
{"display": "test_func_1(…)"},
|
||||
{"display": "test_func_2(…)"},
|
||||
{"display": "test_parameter_1"},
|
||||
{"display": "test_parameter_2"},
|
||||
{"display": "local_test_var_1"},
|
||||
{"display": "local_test_var_2"},
|
||||
]
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# godotengine/godot#92226
|
||||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
signal test_signal_1(a)
|
||||
signal test_signal_2(a: int)
|
||||
|
||||
var test_var_1
|
||||
var test_var_2: int
|
||||
|
||||
func test_func_1(t):
|
||||
pass
|
||||
|
||||
func test_func_2(t: int) -> void:
|
||||
pass
|
||||
|
||||
func _init(test_parameter_1, test_parameter_2: String):
|
||||
var local_test_var_1
|
||||
var local_test_var_2: int
|
||||
print(t➡
|
||||
|
||||
if true:
|
||||
pass
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; String
|
||||
{"display": "begins_with(…)"},
|
||||
]
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
class B:
|
||||
func to_str(b: int):
|
||||
return str(b)
|
||||
|
||||
var a: B
|
||||
|
||||
func _ready():
|
||||
a.to_str(10).➡
|
||||
pass
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; GDScript: class_a.notest.gd
|
||||
{"display": "func_of_a()"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
func test():
|
||||
super.➡
|
||||
|
||||
if true:
|
||||
pass
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; GDScript: class_a.notest.gd
|
||||
{"display": "func_of_a()"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
func test():
|
||||
super.f➡
|
||||
|
||||
if true:
|
||||
pass
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
exclude=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
{"display": "add_child(…)"},
|
||||
|
||||
; GDScript: class_a.notest.gd
|
||||
{"display": "property_of_a"},
|
||||
{"display": "func_of_a()"},
|
||||
{"display": "signal_of_a"},
|
||||
|
||||
; GDScript: no_completion_in_string.gd
|
||||
{"display": "test_signal_1"},
|
||||
{"display": "test_signal_2"},
|
||||
{"display": "test_var_1"},
|
||||
{"display": "test_var_2"},
|
||||
{"display": "test_func_1(…)"},
|
||||
{"display": "test_func_2(…)"},
|
||||
{"display": "test_parameter_1"},
|
||||
{"display": "test_parameter_2"},
|
||||
{"display": "local_test_var_1"},
|
||||
{"display": "local_test_var_2"},
|
||||
]
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# godotengine/godot#62945
|
||||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
signal test_signal_1(a)
|
||||
signal test_signal_2(a: int)
|
||||
|
||||
var test_var_1
|
||||
var test_var_2: int
|
||||
|
||||
func test_func_1(t):
|
||||
pass
|
||||
|
||||
func test_func_2(t: int) -> void:
|
||||
pass
|
||||
|
||||
func _init(test_parameter_1, test_parameter_2: String):
|
||||
var local_test_var_1
|
||||
var local_test_var_2: int
|
||||
var a = "➡"
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
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"},
|
||||
|
||||
; GDScript: self.gd
|
||||
{"display": "test_signal_1"},
|
||||
{"display": "test_signal_2"},
|
||||
{"display": "test_var_1"},
|
||||
{"display": "test_var_2"},
|
||||
{"display": "test_func_1(…)"},
|
||||
{"display": "test_func_2(…)"},
|
||||
]
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
extends "res://completion/class_a.notest.gd"
|
||||
|
||||
signal test_signal_1(a)
|
||||
signal test_signal_2(a: int)
|
||||
|
||||
var test_var_1
|
||||
var test_var_2: int
|
||||
|
||||
func test_func_1(t):
|
||||
pass
|
||||
|
||||
func test_func_2(t: int) -> void:
|
||||
pass
|
||||
|
||||
func _init():
|
||||
self.➡
|
||||
pass
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[output]
|
||||
exclude=[
|
||||
{"display": "Test Category"},
|
||||
{"display": "Test Group"},
|
||||
{"display": "Test Subgroup"},
|
||||
]
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
extends CPUParticles2D
|
||||
|
||||
@export_category("Test Category")
|
||||
@export_group("Test Group")
|
||||
@export_subgroup("Test Subgroup")
|
||||
|
||||
func _init():
|
||||
t➡
|
||||
pass
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[output]
|
||||
exclude=[
|
||||
{"display": "messages"},
|
||||
]
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
func test():
|
||||
var trans = Translation.new()
|
||||
trans.➡
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c8wekfd5ql7bc"]
|
||||
|
||||
[ext_resource type="Script" path="res://completion/class_a.notest.gd" id="1_ldc4g"]
|
||||
|
||||
[node name="GetNode" type="Node"]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
|
||||
[node name="UniqueNames" type="Node" parent="."]
|
||||
|
||||
[node name="UniqueAnimationPlayer" type="AnimationPlayer" parent="UniqueNames"]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="UniqueA" type="Node" parent="UniqueNames"]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("1_ldc4g")
|
||||
|
||||
[node name="A" type="Node" parent="."]
|
||||
script = ExtResource("1_ldc4g")
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
$UniqueAnimationPlayer.➡
|
||||
pass
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
%AnimationPlayer.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
$A.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
$AnimationPlayer.➡
|
||||
pass
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
{"display": "%UniqueA"},
|
||||
]
|
||||
exclude=[
|
||||
{"display": "\"%UniqueA\""},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
$➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
%UniqueA.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
%UniqueAnimationPlayer.➡
|
||||
pass
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test := $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test := $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test := $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test = $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
const A := preload("res://completion/class_a.notest.gd")
|
||||
|
||||
func a():
|
||||
var test: A = $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
|
||||
; AnimationPlayer
|
||||
{"display": "autoplay"},
|
||||
{"display": "play(…)"},
|
||||
{"display": "animation_changed"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test: AnimationPlayer = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
extends Node
|
||||
|
||||
const A := preload("res://completion/class_a.notest.gd")
|
||||
|
||||
func a():
|
||||
var test: A = $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test: AnimationPlayer = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# TODO
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
var test: Node = $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# TODO
|
||||
extends Node
|
||||
|
||||
func a():
|
||||
var test: Node = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
|
||||
; Area2D
|
||||
{"display": "get_overlapping_areas()"},
|
||||
{"display": "linear_damp"},
|
||||
{"display": "area_entered"},
|
||||
]
|
||||
exclude=[
|
||||
; GDScript: class_a.notest.gd
|
||||
{"display": "property_of_a"},
|
||||
{"display": "func_of_a()"},
|
||||
{"display": "signal_of_a"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test: Area2D = $A
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[input]
|
||||
scene="res://completion/get_node/get_node.tscn"
|
||||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
|
||||
; Area2D
|
||||
{"display": "get_overlapping_areas()"},
|
||||
{"display": "linear_damp"},
|
||||
{"display": "area_entered"},
|
||||
]
|
||||
exclude=[
|
||||
; AnimationPlayer
|
||||
{"display": "autoplay"},
|
||||
{"display": "play(…)"},
|
||||
{"display": "animation_changed"},
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test: Area2D = $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
var test = $AnimationPlayer
|
||||
|
||||
func a():
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child(…)"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
extends Node
|
||||
|
||||
var test := $AnimationPlayer
|
||||
|
||||
func a():
|
||||
test.➡
|
||||
pass
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[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"},
|
||||
]
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue