From 6f489fbb2ec3662acb27d537a83cd5a906fd1b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 7 Apr 2017 22:08:11 +0200 Subject: [PATCH] classref: Sync with current source --- doc/base/classes.xml | 333 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 270 insertions(+), 63 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 0f3e1a3f0cb..cc2954c891f 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -1,5 +1,5 @@ - + Built-in GDScript functions. @@ -2159,6 +2159,22 @@ + + + + + + + + + + + + + + + + @@ -8880,6 +8896,28 @@ + + + + + + + + + + + + + + + + + + + + + + Color picker control. @@ -9853,8 +9891,6 @@ - - @@ -12776,6 +12812,14 @@ Return a md5 String representing the file at the given path or an empty [String] on failure. + + + + + + + + @@ -13736,6 +13780,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -15268,12 +15348,6 @@ Set connection to use, for this client. - - - - - - @@ -15517,12 +15591,6 @@ Set the file to download into. Outputs the response body into the file. - - - - - - @@ -16271,6 +16339,12 @@ Returns an [Array] containing the device IDs of all currently connected joysticks. + + + + + + @@ -16432,6 +16506,12 @@ Returns true or false depending on whether mouse button is pressed or not. You can pass BUTTON_*, which are pre-defined constants listed in [@Global Scope]. + + + + + + @@ -18804,6 +18884,16 @@ Return true if there would be a collision if the body moved in the given direction. + + + + + + + + + + @@ -22151,8 +22241,11 @@ + + - Duplicate the node, returning a new [Node]. If [code]use_instancing[/code] is true, the duplicated node will be a new instance of the original [PackedScene], if not it will be an independent node. The duplicated node has the same group assignments and signals as the original one. + Duplicate the node, returning a new [Node]. If [code]use_instancing[/code] is true, the duplicated node will be a new instance of the original [PackedScene], if not it will be an independent node. + The flags are used to define what attributes (groups, signals, scripts) should be duplicated, as specified by the DUPLICATE_* constants. The default value is all of them. @@ -22604,6 +22697,12 @@ + + + + + + @@ -24710,7 +24809,7 @@ - + @@ -24721,12 +24820,6 @@ If "bind_address" is set to any valid address (e.g. "192.168.1.101", "::1", etc), the peer will only listen on the interface with that addresses (or fail if no interface with the given address exists). - - - - - - @@ -25399,6 +25492,12 @@ + + + + + + @@ -25594,6 +25693,12 @@ + + + + + + @@ -27200,6 +27305,22 @@ Return whether a body can move in a given direction. Apart from the boolean return value, a [Physics2DTestMotionResult] can be passed to return additional information in. + + + + + + + + + + + + + + + + @@ -32569,6 +32690,14 @@ + + + + + + + + @@ -33729,15 +33858,6 @@ Return the pitch scale for the given sample. - - - - - - - Return the volume (in dB) for the given sample. - - @@ -33747,6 +33867,15 @@ Return the priority for the given sample. + + + + + + + Return the volume (in dB) for the given sample. + + @@ -33756,15 +33885,6 @@ Set the pitch scale for the given sample. - - - - - - - Set the volume (in dB) for the given sample. - - @@ -33774,6 +33894,15 @@ Set the priority for the given sample. + + + + + + + Set the volume (in dB) for the given sample. + + @@ -34654,6 +34783,12 @@ + + + + + + @@ -38370,12 +38505,6 @@ Return whether this peer is connected. Returns true while connecting and connected. - - - - - - @@ -39851,7 +39980,7 @@ - + Listen on the "port" binding to "bind_address". @@ -39860,12 +39989,6 @@ If "bind_address" is set to any valid address (e.g. "192.168.1.101", "::1", etc), the server will only listen on the interface with that addresses (or fail if no interface with the given address exists). - - - - - - Stop listening. @@ -39905,13 +40028,6 @@ Return the current tab index that is being shown. - - - - - Return the previous tab index that was being shown. - - @@ -39925,6 +40041,13 @@ + + + + + Return the previous tab index that was being shown. + + @@ -40027,8 +40150,8 @@ Emitted when a tab is being selected, even if it is the same tab. - - + + @@ -40869,6 +40992,18 @@ + + + + + + + + + + + + @@ -40917,6 +41052,18 @@ + + + + + + + + + + + + @@ -40925,6 +41072,22 @@ + + + + + + + + + + + + + + + + @@ -40999,6 +41162,8 @@ + + @@ -41582,6 +41747,12 @@ Return an array of all cells containing a tile from the tileset (i.e. a tile index different from -1). + + + + + + @@ -42270,6 +42441,12 @@ + + + + + + @@ -42300,6 +42477,18 @@ + + + + + + + + + + + + @@ -42318,6 +42507,24 @@ + + + + + + + + + + + + + + + + + +