1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

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>