summaryrefslogtreecommitdiffstats
path: root/test/demo/main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'test/demo/main.gd')
-rw-r--r--test/demo/main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/demo/main.gd b/test/demo/main.gd
index a3a4be2..5238753 100644
--- a/test/demo/main.gd
+++ b/test/demo/main.gd
@@ -33,6 +33,7 @@ func _ready():
var ret_ref = $Example.return_extended_ref()
prints(" returned ref", ret_ref.get_instance_id(), ", id:", ret_ref.get_id())
prints(" returned ", $Example.get_v4())
+ prints(" test node argument", $Example.test_node_argument($Example))
prints("VarArg method calls")
var ref = ExampleRef.new()