Document use of spaces in ConfigFile

This commit is contained in:
Juan Linietsky 2018-11-18 10:10:20 -03:00
parent 60ee61c7ff
commit 35b421b695

View file

@ -25,6 +25,7 @@
# Save the changes by overwriting the previous file
config.save("user://settings.cfg")
[/codeblock]
Keep in mind that section and property names can't contain spaces. Anything after a space will be ignored on save and on load.
</description>
<tutorials>
</tutorials>