Document how to erase project settings with set_setting
(cherry picked from commit 290038952f
)
This commit is contained in:
parent
fe1e6eb995
commit
7c61e6f72f
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue