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 fe1e6eb995
commit 7c61e6f72f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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