diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2018-11-18 10:10:20 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2018-11-18 10:10:50 -0300 |
| commit | 35b421b6954c5baff4b4fd4bc56b09c85dae6ff5 (patch) | |
| tree | 4f13d8058333f572c94c27748e54c1ed3d3a5a95 | |
| parent | 60ee61c7ff05330db383dd937da20d49f8ac4ac6 (diff) | |
Document use of spaces in ConfigFile
| -rw-r--r-- | doc/classes/ConfigFile.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index a4709c1c86..703043294b 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -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> |