Merge pull request #56583 from skyace65/ProjectSettingErase

Document how to erase project settings with set_setting
This commit is contained in:
Rémi Verschelde 2022-01-07 09:26:52 +01:00 committed by GitHub
commit 697fb6e874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>