Files
godot-docs/tutorials/scripting
RazerTexz 820fdbe6b7 String.format() wrong placeholder syntax
From: `var string = "I have {} cats.".format([3])`
To: `var string = "I have {0} cats.".format([3])`
2025-03-04 11:21:22 +05:00
..
2024-08-17 22:16:10 +02:00