1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Document how to erase project settings with set_setting

(cherry picked from commit 290038952f)
This commit is contained in:
skyace65
2022-01-06 22:25:35 -05:00
committed by Rémi Verschelde
parent efe56e5e88
commit e62363ec89

View File

@@ -163,6 +163,7 @@
[codeblock]
ProjectSettings.set_setting("application/config/name", "Example")
[/codeblock]
This can also be used to erase custom project settings. To do this change the setting value to [code]null[/code].
</description>
</method>
</methods>