From 028171845f457d8b7cce6d89d69c5387ff5dbafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 31 Aug 2016 08:57:39 +0200 Subject: classref: Sync with recent changes --- doc/base/classes.xml | 1071 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 914 insertions(+), 157 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 27c8958643..07fd9980e0 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -6036,7 +6036,7 @@ - + @@ -6817,6 +6817,12 @@ + + + + + + @@ -6889,7 +6895,7 @@ - + Smooth camera when reaching camera limits. @@ -7002,8 +7008,10 @@ + + - Draw a line from a 2D point to another, with a given color and width. + Draw a line from a 2D point to another, with a given color and width. It can be optionally antialiased. @@ -9336,7 +9344,7 @@ - + Return the cursor shape at a certain position in the control. @@ -9535,7 +9543,7 @@ - + Return the tooltip, which will appear when the cursor is resting over this control. @@ -10179,9 +10187,9 @@ - + - + @@ -10350,9 +10358,9 @@ - + - + @@ -11760,7 +11768,7 @@ - Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@Global Scope]), and optionally hint:[int](see PROPERTY_HINT_* in [@Global Scope]), hint_string:[String]. + Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@Global Scope]), and optionally hint:[int](see PROPERTY_HINT_* in [@Global Scope]), hint_string:[String]. Example:[codeblock] editor_settings.set("category/property_name", 0) @@ -13794,7 +13802,7 @@ - Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@Global Scope]), and optionally hint:[int](see PROPERTY_HINT_* in [@Global Scope]), hint_string:[String]. + Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@Global Scope]), and optionally hint:[int](see PROPERTY_HINT_* in [@Global Scope]), hint_string:[String]. Example: [codeblock] Globals.set("category/property_name", 0) @@ -14077,6 +14085,16 @@ Signal sent to the GraphEdit when the connection between 'from_slot' slot of 'from' GraphNode and 'to_slot' slot of 'to' GraphNode is attempted to be created. + + + + + + + + + + Signal sent when a GraphNode is attempted to be removed from the GraphEdit. @@ -14123,6 +14141,10 @@ + + + + @@ -14296,6 +14318,18 @@ Returns true if the close button is shown. False otherwise. + + + + + + + + + + + + @@ -14314,6 +14348,12 @@ Return true if right (output) slot 'idx' is enabled. False otherwise. + + + + + + @@ -14333,6 +14373,12 @@ + + + + + + @@ -14355,9 +14401,9 @@ - + - + @@ -14395,6 +14441,12 @@ Signal sent when the GraphNode is requested to be displayed over other ones. Happens on focusing (clicking into) the GraphNode. + + + + + + @@ -14411,6 +14463,8 @@ + + @@ -14423,6 +14477,8 @@ + + @@ -15981,7 +16037,7 @@ - + Begin drawing (And optionally pass a texture override). When done call end(). For more information on how this works, search for glBegin() glEnd() references. @@ -16221,7 +16277,7 @@ - + Set a custom mouse cursor image, which is only visible inside the game window. The hotspot can also be specified. @@ -17741,7 +17797,7 @@ - Adds an item to the item list with no text, only an icon. + Adds an item to the item list with no text, only an icon. @@ -18496,6 +18552,12 @@ Return the point in space where the body is touching another. If there is no collision, this method will return (0,0), so collisions must be checked first with [method is_colliding]. + + + + + + @@ -18510,6 +18572,24 @@ Return whether the body is colliding with another. + + + + + + + + + + + + + + + + + + @@ -18519,6 +18599,18 @@ Move the body in the given direction, stopping if there is an obstacle. The returned vector is how much movement was remaining before being stopped. + + + + + + + + + + + + @@ -21596,6 +21688,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -21956,6 +22214,12 @@ Return the name of the node. This name is unique among the siblings (other child nodes from the same parent). + + + + + + @@ -22120,6 +22384,12 @@ + + + + + + @@ -22209,6 +22479,86 @@ Replace a node in a scene by a given one. Subscriptions that pass through this node will be lost. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -22236,6 +22586,12 @@ Set the name of the [Node]. Name must be unique within parent, and setting an already existing name will cause for the node to be automatically renamed. + + + + + + @@ -22328,6 +22684,24 @@ + + + + + + + + + + + + + + + + + + @@ -22368,25 +22742,25 @@ - - - - Return the global rotation in radians of the 2D node. - + + + + Return the global rotation in radians of the 2D node. + - - - - Return the global rotation in degrees of the 2D node. - + + + + Return the global rotation in degrees of the 2D node. + - - - - Return the global scale of the 2D node. - + + + + Return the global scale of the 2D node. + @@ -22492,25 +22866,25 @@ - - - - Set the global rotation in radians of the 2D node. - + + + + Set the global rotation in radians of the 2D node. + - - - - Set the global rotation in degrees of the 2D node. - + + + + Set the global rotation in degrees of the 2D node. + - - - - Set the global scale of the 2D node. - + + + + Set the global scale of the 2D node. + @@ -29810,14 +30184,14 @@ - + Popup (show the control in modal form) in the center of the screen, at the current size, or at a size determined by "size". - + Popup (show the control in modal form) in the center of the screen, ensuring the size is never smaller than [code]minsize[/code]. @@ -34236,6 +34610,12 @@ + + + + + + @@ -34282,12 +34662,24 @@ + + + + + + + + + + + + @@ -34366,12 +34758,24 @@ + + + + + + + + + + + + @@ -34384,6 +34788,14 @@ + + + + + + + + @@ -34400,6 +34812,18 @@ + + + + + + + + + + + + @@ -34416,6 +34840,10 @@ + + + + @@ -37917,6 +38345,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SSL Stream peer. @@ -42201,6 +42685,12 @@ + + + + + + @@ -42249,6 +42739,12 @@ + + + + + + @@ -42317,6 +42813,10 @@ + + + + @@ -43389,10 +43889,11 @@ - + - Create a new action. After this is called, do all your calls to [method add_do_method], [method add_undo_method], [method add_do_property] and [method add_undo_property]. + Create a new action. After this is called, do all your calls to [method add_do_method], [method add_undo_method], [method add_do_property] and [method add_un +do_property]. @@ -43412,6 +43913,12 @@ + + + + + + @@ -44867,9 +45374,9 @@ - + - + Set the size of the viewport. If the enable parameter is true, it would use the override, otherwise it would use the default size. If the size parameter is equal to [code](-1, -1)[/code], it won't update the size. @@ -45270,7 +45777,7 @@ - + @@ -45280,6 +45787,8 @@ + + @@ -45431,6 +45940,14 @@ + + + + + + + + @@ -45609,6 +46126,14 @@ + + + + + + + + @@ -45653,6 +46178,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45695,6 +46266,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45735,16 +46340,6 @@ - - - - - - - - - - @@ -45799,14 +46394,6 @@ - - - - - - - - @@ -45841,6 +46428,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45907,6 +46528,12 @@ + + + + + + @@ -45931,6 +46558,18 @@ + + + + + + + + + + + + @@ -45943,6 +46582,12 @@ + + + + + + @@ -45967,6 +46612,18 @@ + + + + + + + + + + + + @@ -46061,6 +46718,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -46091,6 +46770,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46163,12 +46910,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46185,6 +46966,12 @@ + + + + + + @@ -46221,6 +47008,12 @@ + + + + + + @@ -46273,19 +47066,21 @@ - + - - + + - + + + @@ -46307,14 +47102,14 @@ - - - + + + - - + + @@ -46331,12 +47126,6 @@ - - - - - - @@ -46355,12 +47144,6 @@ - - - - - - @@ -46459,68 +47242,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -46569,6 +47290,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46655,11 +47410,11 @@ - + - + - + @@ -46827,6 +47582,8 @@ + + -- cgit v1.2.3