summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorskyace65 <trekie96@hotmail.com>2022-01-06 22:25:35 -0500
committerskyace65 <trekie96@hotmail.com>2022-01-06 22:25:35 -0500
commit290038952f96c6e4d2bad294d601eca07e34fbb7 (patch)
tree67e4c4c0c33b9af08b8ecd7c9cab829f917ec4cd /doc/classes
parent3662105f8bd8c897caf625e44195bdfc7bdaf0f9 (diff)
Document how to erase project settings with set_setting
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/ProjectSettings.xml1
1 files changed, 1 insertions, 0 deletions
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].
</description>
</method>
</methods>