This website requires JavaScript.
Explore
Help
Sign In
stan220
/
godot-docs
Watch
1
Star
0
Fork
0
mirror of
https://github.com/stan220/godot-docs.git
synced
2026-09-08 17:28:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
10,363
Commits
21
Branches
0
Tags
df0e11cb27709ec628382a2915343223d3ab488c
Commit Graph
1 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
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