From 5d63f4e758436fc1f9c366acb9ff66748f7efbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 7 Apr 2016 21:30:22 +0200 Subject: [PATCH] Sync classref with source --- doc/base/classes.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 193016398b6..31842b92c34 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. @@ -591,7 +591,7 @@ - + Hash the variable passed and return an integer. @@ -638,7 +638,7 @@ - + @@ -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. + + + + + + @@ -18976,7 +18982,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) - 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. @@ -28706,6 +28712,10 @@ This method controls whether the position between two cached points is interpola + + + + @@ -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. + + + +