1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/modules
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-18 17:12:46 +01:00
2021-02-11 15:44:28 -03:00
2021-02-11 15:44:28 -03:00
2021-03-29 10:45:48 -03:00
2021-01-19 23:31:06 +01:00
2021-03-16 15:07:30 -07:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-02-11 15:44:28 -03:00
2021-01-01 20:19:21 +01:00
2021-03-16 10:54:38 +01:00
2021-01-01 20:19:21 +01:00
2021-02-18 11:23:34 -03:00
2021-01-01 20:19:21 +01:00
2021-01-17 14:33:39 +03:00