Replies: 1 comment
-
The same is true for the new typed dictionaries, and not only for nested dicts, but also typed Arrays in Dictionaries are not allowed. I have multiple use cases where allowing something like this would be very useful: var pos_dict : Dictionary[Object, Array[Vector2i]] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, in Godot v4.2.2 if you try to insert the code
into a script, you will get back an error that says "Nested typed collections are not supported." I was wondering if anyone knew enough about the engine to implement this, and if it should be added.
Beta Was this translation helpful? Give feedback.
All reactions