diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index c207979807b..5be5b9b2a94 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].