From 35b421b6954c5baff4b4fd4bc56b09c85dae6ff5 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 18 Nov 2018 10:10:20 -0300 Subject: [PATCH] Document use of spaces in ConfigFile --- doc/classes/ConfigFile.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index a4709c1c864..703043294bd 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.