1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Files
godot/modules/gdscript
George Marques 85e316a5d5 Add typed arrays to GDScript
- Use `Array[type]` for type-hints. e.g.:
  `var array: Array[int] = [1, 2, 3]`
- Array literals are typed if their storage is typed (variable
  asssignment of as argument in function all). Otherwise they are
  untyped.
2021-03-29 10:45:48 -03:00
..
2021-02-11 15:44:28 -03:00
2021-01-01 20:19:21 +01:00
2021-03-29 10:45:48 -03:00
2021-03-29 10:45:48 -03:00
2021-03-29 10:45:48 -03:00
2021-02-11 15:44:28 -03:00