Sync classref with source

This commit is contained in:
Rémi Verschelde 2016-04-07 21:30:22 +02:00
parent cbac9a2ca3
commit 5d63f4e758
1 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<doc version="2.0.stable.custom_build" name="Engine Types">
<doc version="2.0.2.stable.official" name="Engine Types">
<class name="@GDScript" category="Core">
<brief_description>
Built-in GDScript functions.
@ -591,7 +591,7 @@
<method name="hash">
<return type="int">
</return>
<argument index="0" name="Variant" type="Variant">
<argument index="0" name="var:Variant" type="Variant">
</argument>
<description>
Hash the variable passed and return an integer.
@ -638,7 +638,7 @@
</description>
</method>
<method name="yield">
<return type="Object">
<return type="Nil">
</return>
<argument index="0" name="object" type="Object">
</argument>
@ -5504,6 +5504,12 @@
Base class for Box containers. It arranges children controls vertically or horizontally, and rearranges them automatically when their minimum size changes.
</description>
<methods>
<method name="add_spacer">
<argument index="0" name="begin" type="bool">
</argument>
<description>
</description>
</method>
<method name="get_alignment" qualifiers="const">
<return type="int">
</return>
@ -28706,6 +28712,10 @@ This method controls whether the position between two cached points is interpola
<description>
</description>
</signal>
<signal name="sleeping_state_changed">
<description>
</description>
</signal>
</signals>
<constants>
<constant name="MODE_STATIC" value="1">
@ -29055,6 +29065,10 @@ This method controls whether the position between two cached points is interpola
This signal not only receives the body that stopped colliding with this one, but also its [RID] (body_id), the shape index from the colliding body (body_shape), and the shape index from this body (local_shape) the other body stopped colliding with.
</description>
</signal>
<signal name="sleeping_state_changed">
<description>
</description>
</signal>
</signals>
<constants>
<constant name="MODE_STATIC" value="1">