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
@@ -2,3 +2,4 @@ extends Node
func a():
%AnimationPlayer.
pass
@@ -2,3 +2,4 @@ extends Node
func a():
$UniqueAnimationPlayer.
pass
@@ -2,3 +2,4 @@ extends Node
func a():
$A.
pass
@@ -2,3 +2,4 @@ extends Node
func a():
$AnimationPlayer.
pass
@@ -2,3 +2,4 @@ extends Node
func a():
%UniqueA.
pass
@@ -2,3 +2,4 @@ extends Node
func a():
%UniqueAnimationPlayer.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test = $AnimationPlayer
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test := $AnimationPlayer
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test := $A
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test := $AnimationPlayer
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test = $A
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test = $AnimationPlayer
test.
pass
@@ -5,3 +5,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = $A
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test: AnimationPlayer = $AnimationPlayer
test.
pass
@@ -5,3 +5,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = $A
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test: AnimationPlayer = $AnimationPlayer
test.
pass
@@ -4,3 +4,4 @@ extends Node
func a():
var test: Node = $A
test.
pass
@@ -4,3 +4,4 @@ extends Node
func a():
var test: Node = $AnimationPlayer
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test: Area2D = $A
test.
pass
@@ -3,3 +3,4 @@ extends Node
func a():
var test: Area2D = $AnimationPlayer
test.
pass
@@ -4,3 +4,4 @@ var test = $AnimationPlayer
func a():
test.
pass
@@ -4,3 +4,4 @@ var test := $AnimationPlayer
func a():
test.
pass
@@ -4,3 +4,4 @@ var test := $A
func a():
test.
pass
@@ -4,3 +4,4 @@ var test := $AnimationPlayer
func a():
test.
pass
@@ -4,3 +4,4 @@ var test = $A
func a():
test.
pass
@@ -4,3 +4,4 @@ var test = $AnimationPlayer
func a():
test.
pass
@@ -6,3 +6,4 @@ var test: A = $A
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: AnimationPlayer = $AnimationPlayer
func a():
test.
pass
@@ -6,3 +6,4 @@ const A := preload("res://completion/class_a.notest.gd")
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: AnimationPlayer = $AnimationPlayer
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: Node = $A
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: Node = $AnimationPlayer
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: Area2D = $A
func a():
test.
pass
@@ -4,3 +4,4 @@ var test: Area2D = $AnimationPlayer
func a():
test.
pass