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-01-04 14:33:44 +01:00
2021-02-11 15:44:28 -03:00
2020-10-25 10:02:37 +01:00
2021-02-25 17:26:26 +01:00
2021-01-01 20:19:21 +01:00
2020-11-26 21:39:54 -03: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-03-29 10:45:48 -03:00
2021-01-01 20:19:21 +01: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-02-08 10:57:18 +01:00
2021-03-29 10:45:48 -03:00
2021-03-01 09:39:03 -05:00
2021-03-12 19:05:16 +05:30
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-03-12 19:05:16 +05:30
2021-02-08 10:57:18 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-03-29 10:45:48 -03:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-03-29 10:45:48 -03:00
2021-02-11 15:44:28 -03:00
2021-03-12 19:05:16 +05:30
2021-01-01 20:19:21 +01:00
2020-09-02 01:43:26 +03:00