Completion Tests: Add script to owner

This commit is contained in:
HolonProduction
2024-03-25 16:11:44 +01:00
parent fe01776f05
commit d2c2194937
39 changed files with 100 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
[gd_scene load_steps=1 format=3 uid="uid://dl28pdkxcjvym"]
[node name="GetNode" type="Node"]

View File

@@ -0,0 +1,8 @@
[input]
scene="res://completion/argument_options/argument_options.tscn"
[output]
include=[
; Node
{"display": "\"signal_a\""},
{"display": "\"child_entered_tree\""},
]

View File

@@ -0,0 +1,7 @@
extends Node
signal signal_a()
func _ready():
connect()
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
%AnimationPlayer.
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
$UniqueAnimationPlayer.
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
$A.
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
$AnimationPlayer.
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
%UniqueA.
pass

View File

@@ -2,3 +2,4 @@ extends Node
func a():
%UniqueAnimationPlayer.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test = $AnimationPlayer
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test := $AnimationPlayer
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test := $A
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test := $AnimationPlayer
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test = $A
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test = $AnimationPlayer
test.
pass

View File

@@ -5,3 +5,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = $A
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test: AnimationPlayer = $AnimationPlayer
test.
pass

View File

@@ -5,3 +5,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = $A
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test: AnimationPlayer = $AnimationPlayer
test.
pass

View File

@@ -4,3 +4,4 @@ extends Node
func a():
var test: Node = $A
test.
pass

View File

@@ -4,3 +4,4 @@ extends Node
func a():
var test: Node = $AnimationPlayer
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test: Area2D = $A
test.
pass

View File

@@ -3,3 +3,4 @@ extends Node
func a():
var test: Area2D = $AnimationPlayer
test.
pass

View File

@@ -4,3 +4,4 @@ var test = $AnimationPlayer
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test := $AnimationPlayer
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test := $AnimationPlayer
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test = $A
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test = $AnimationPlayer
func a():
test.
pass

View File

@@ -6,3 +6,4 @@ var test: A = $A
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test: AnimationPlayer = $AnimationPlayer
func a():
test.
pass

View File

@@ -6,3 +6,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test: AnimationPlayer = $AnimationPlayer
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test: Node = $AnimationPlayer
func a():
test.
pass

View File

@@ -4,3 +4,4 @@ var test: Area2D = $AnimationPlayer
func a():
test.
pass