This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
16e96e52d3
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
dictionary_lua_style.out
3 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
GDScript: Allow string keys on Lua-style dictionaries Which is useful when the key isn't a valid identifier, such as keys with spaces or numeric keys.
2021-09-15 12:56:24 +00:00
GDTEST_OK
Don't sort printed Dictionary
2022-01-22 01:15:41 +00:00
{a:1, b:2, with spaces:3, 2:4}
Reference in New Issue
Copy Permalink