瀏覽代碼

Document how to erase project settings with set_setting

(cherry picked from commit 290038952f96c6e4d2bad294d601eca07e34fbb7)
skyace65 3 年之前
父節點
當前提交
e62363ec89
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/ProjectSettings.xml

+ 1 - 0
doc/classes/ProjectSettings.xml

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