Skip to content

Commit

Permalink
classref: Sync with current source
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Nov 15, 2016
1 parent bcc887b commit bf3cf55
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/base/classes.xml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bf3cf55

Please sign in to comment.