소스 검색

classref: Sync with current source

Rémi Verschelde 8 년 전
부모
커밋
bf3cf5505e
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      doc/base/classes.xml

+ 9 - 1
doc/base/classes.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<doc version="2.1.stable.custom_build" name="Engine Types">
+<doc version="2.1.1.stable.custom_build" name="Engine Types">
 <class name="@GDScript" category="Core">
 	<brief_description>
 		Built-in GDScript functions.
@@ -17602,6 +17602,14 @@
 				Retrieve the path to the [PackedScene] resource file that is loaded by default when calling [method replace_by_instance].
 			</description>
 		</method>
+		<method name="get_stored_values">
+			<return type="Dictionary">
+			</return>
+			<argument index="0" name="with_order" type="bool" default="false">
+			</argument>
+			<description>
+			</description>
+		</method>
 		<method name="replace_by_instance">
 			<argument index="0" name="custom_scene" type="PackedScene" default="NULL">
 			</argument>