Support Array and PackedArray in @export_*

This commit is contained in:
Abel Toy 2023-10-07 19:32:08 +09:00
parent f2045ba822
commit 882441a0ad
No known key found for this signature in database
GPG key ID: DBB117083588F38E
14 changed files with 470 additions and 73 deletions

View file

@ -24,4 +24,4 @@ var test_node_path: NodePath = NodePath("hello")
var test_node: Node = null
hint=NODE_TYPE hint_string="Node" usage=DEFAULT|SCRIPT_VARIABLE
var test_node_array: Array = Array[Node]([])
hint=TYPE_STRING hint_string="24/34:Node" usage=DEFAULT|SCRIPT_VARIABLE
hint=TYPE_STRING hint_string="Object/NODE_TYPE:Node" usage=DEFAULT|SCRIPT_VARIABLE