Pārlūkot izejas kodu

Document how to erase project settings with set_setting

skyace65 3 gadi atpakaļ
vecāks
revīzija
290038952f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      doc/classes/ProjectSettings.xml

+ 1 - 0
doc/classes/ProjectSettings.xml

@@ -188,6 +188,7 @@
 				ProjectSettings.SetSetting("application/config/name", "Example");
 				ProjectSettings.SetSetting("application/config/name", "Example");
 				[/csharp]
 				[/csharp]
 				[/codeblocks]
 				[/codeblocks]
+				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>