1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-02 19:01:36 +00:00
Files
godot/modules
George Marques ceafdf347e GDScript: Treat enum values as int and enum types as dictionary
Since enums resolve to a dictionary at runtime, calling dictionary
methods on an enum type is a valid use case. This ensures this is true
by adding test cases. This also makes enum values be treated as ints
when used in operations.
2022-02-03 13:32:34 -03:00
..
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-10 18:24:31 +08:00
2022-01-18 14:30:00 +02:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-11 17:17:11 +05:30