classref: Sync with current source

This commit is contained in:
Rémi Verschelde 2016-11-15 09:14:02 +01:00
parent bcc887bbe5
commit bf3cf5505e

View file

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