From 290038952f96c6e4d2bad294d601eca07e34fbb7 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 6 Jan 2022 22:25:35 -0500 Subject: Document how to erase project settings with set_setting --- doc/classes/ProjectSettings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 2065c59d18..00f072b306 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -188,6 +188,7 @@ ProjectSettings.SetSetting("application/config/name", "Example"); [/csharp] [/codeblocks] + This can also be used to erase custom project settings. To do this change the setting value to [code]null[/code]. -- cgit v1.2.3