From c757787fedd81efcf49aac92bb87af3a90bfaac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 9 Oct 2016 17:50:09 +0200 Subject: [PATCH] classref: Sync with current 2.1 branch --- doc/base/classes.xml | 338 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 334 insertions(+), 4 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 94ed98ef990..dcca1b613c5 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4008,7 +4008,7 @@ - + This signal triggers only once when an area enters this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4028,7 +4028,7 @@ - + This signal triggers only once when an area exits this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4350,7 +4350,7 @@ - + This signal triggers only once when an area enters this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -4370,7 +4370,7 @@ - + This signal triggers only once when an area exits this area. The first parameter is the area's [RID]. The second one is the area as an object. The third one is the index of the shape entering this area, and the fourth one is the index of the shape in this area that reported the entering. @@ -6544,6 +6544,12 @@ + + + + + + @@ -6562,6 +6568,12 @@ + + + + + + @@ -6640,6 +6652,12 @@ + + + + + + @@ -6668,6 +6686,12 @@ Set the camera projection to perspective mode, by specifying a [i]FOV[/i] Y angle in degrees (FOV means Field of View), and the [i]near[/i] and [i]far[/i] clip planes in worldspace units. + + + + + + @@ -16000,6 +16024,38 @@ Returns the current value of the joystick axis at given index (see JOY_* constants in [@Global Scope]) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -19039,6 +19095,12 @@ Get the minimum Z value that objects of the scene have to be in order to be affected by the Light2D. + + + + + + @@ -19060,6 +19122,12 @@ Set the color of the Light2D. + + + + + + @@ -29942,6 +30010,14 @@ Return the text of the item at index "idx". + + + + + + + + @@ -30083,6 +30159,20 @@ Set the text of the item at index "idx". + + + + + + + + + + + + + + @@ -38109,6 +38199,206 @@ This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference counted and use a copy-on-write approach, so passing them around is cheap in resources. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42314,6 +42604,10 @@ + + + + @@ -43541,6 +43835,14 @@ Returns the angle in radians between the line connecting the two points and the x coordinate. + + + + + + + + @@ -43813,6 +44115,14 @@ Returns a new vector with all components in absolute values (e.g. positive). + + + + + + + + @@ -45170,12 +45480,24 @@ + + + + + + + + + + + + @@ -45441,6 +45763,14 @@ + + + + + + + +