Support Array and PackedArray in @export_*
This commit is contained in:
parent
f2045ba822
commit
882441a0ad
14 changed files with 470 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue