diff options
| author | Rémi Verschelde | 2016-04-07 21:30:22 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-07 21:30:22 +0200 |
| commit | 5d63f4e758436fc1f9c366acb9ff66748f7efbdd (patch) | |
| tree | 33852ac5ffd2a2b0403b59b82930719585216e3b | |
| parent | cbac9a2ca3feacf08b3bef3e3a6cdb65b3aec8f9 (diff) | |
| download | godot-5d63f4e758436fc1f9c366acb9ff66748f7efbdd.tar.gz godot-5d63f4e758436fc1f9c366acb9ff66748f7efbdd.tar.zst godot-5d63f4e758436fc1f9c366acb9ff66748f7efbdd.zip | |
Sync classref with source
| -rw-r--r-- | doc/base/classes.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 193016398..31842b92c 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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> @@ -18976,7 +18982,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) <argument index="2" name="owned" type="bool" default="true"> </argument> <description> - Find a descendant of this node whose name matches [code]mask[/code] as in [method String.match] (i.e. case sensitive, but '*' matches zero or more characters and '?' matches any single character except '.'). Note that it does not match against the full path, just against individual node names. + Find a descendant of this node whose name matches [code]mask[/code] as in [method String.match] (i.e. case sensitive, but '*' matches zero or more characters and '?' matches any single character except '.'). Note that it does not match against the full path, just against individual node names. </description> </method> <method name="has_node_and_resource" qualifiers="const"> @@ -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"> |
