From 7c61e6f72f05030ee3bde7e9f7b4d4351f0b533d Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 6 Jan 2022 22:25:35 -0500 Subject: [PATCH] Document how to erase project settings with set_setting (cherry picked from commit 290038952f96c6e4d2bad294d601eca07e34fbb7) --- doc/classes/ProjectSettings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 4b2dbe11cf9..bea86b40d8b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -163,6 +163,7 @@ [codeblock] ProjectSettings.set_setting("application/config/name", "Example") [/codeblock] + This can also be used to erase custom project settings. To do this change the setting value to [code]null[/code].