소스 검색

Document how to erase project settings with set_setting

skyace65 3 년 전
부모
커밋
290038952f
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>