tutorials/scripting/gdscript/static_typing #98
Replies: 2 comments 4 replies
-
any plans on supporting typed dictionaries? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Why does the "Specify the element type of an Array" section say that "var arrays: Array[Array]" is disallowed? You can statically type the elements of an Array to also be Array, you just can't have the nested Array be statically typed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tutorials/scripting/gdscript/static_typing
In this guide, you will learn: how to use static typing in GDScript;, that static types can help you avoid bugs;, that static typing improves your experience with the editor.. Where and how you use...
https://docs.godotengine.org/en/4.3/tutorials/scripting/gdscript/static_typing.html
Beta Was this translation helpful? Give feedback.
All reactions