소스 검색

Merge pull request #39010 from gvekan/fix-documentation

Fix ProjectSettings.save_custom documentation
Rémi Verschelde 5 년 전
부모
커밋
d19257eb2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/ProjectSettings.xml

+ 1 - 1
doc/classes/ProjectSettings.xml

@@ -137,7 +137,7 @@
 			<argument index="0" name="file" type="String">
 			</argument>
 			<description>
-				Saves the configuration to a custom file.
+				Saves the configuration to a custom file. The file extension must be [code].godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/code] (to save in binary format).
 			</description>
 		</method>
 		<method name="set_initial_value">