diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-07 09:26:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 09:26:52 +0100 |
commit | 697fb6e8747a768955d68a74d723effe5ba34d9d (patch) | |
tree | 545b4e6f955cd87aecd5b4506cafdb9cbe301c2b | |
parent | 0905f81c0a5d289396beb2bfbf488eb518d14f9f (diff) | |
parent | 290038952f96c6e4d2bad294d601eca07e34fbb7 (diff) |
Merge pull request #56583 from skyace65/ProjectSettingErase
Document how to erase project settings with set_setting
-rw-r--r-- | doc/classes/ProjectSettings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 7034fc1f75..a249786388 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> |