浏览代码

Merge pull request #56583 from skyace65/ProjectSettingErase

Document how to erase project settings with set_setting
Rémi Verschelde 3 年之前
父节点
当前提交
697fb6e874
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/ProjectSettings.xml

+ 1 - 0
doc/classes/ProjectSettings.xml

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