1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00
Files
godot/modules
George Marques 4bdba718c5 GDScript: Infer type with string format operator
If the left value type is known to be String, assume the format operator
(`%`) will return a string, since it works with any type in the right
hand side. This is also used by type inference even if the right hand
type is unknown at compile time.
2024-04-10 11:49:30 -03:00
..
2023-10-04 19:55:11 +09:00
2024-03-13 15:02:17 -04:00
2024-04-05 12:18:00 +02:00
2024-03-13 09:12:50 +02:00
2024-02-23 16:24:58 -06:00