From 0da386a9eae15c313bfe2f90c30bfaef8c0e23f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 3 Sep 2017 12:27:29 +0200 Subject: doc: Sync classref to fix default args and enum returns Following #10903 and #10906. --- doc/base/classes.xml | 984 ++++++++++++++++++++++++++------------------------- 1 file changed, 494 insertions(+), 490 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 96d515de5e..e04ccc724d 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2274,7 +2274,7 @@ - + @@ -2553,7 +2553,7 @@ - + Add a new point at the given position [code]pos[/code] with the given identifier [code]id[/code]. The [code]weight_scale[/code] has to be 1 or larger. @@ -2584,7 +2584,7 @@ - + Create a segment between points [code]id[/code] and [code]to_id[/code]. @@ -2702,7 +2702,7 @@ - + Add custom button to the dialog and return the created button. @@ -3086,7 +3086,7 @@ - + Add a track to the Animation. The track type must be specified as any of the values in the TYPE_* enumeration. @@ -3214,7 +3214,7 @@ - + Find the key index by time in a given track. Optionally, only find it if the exact time is given. @@ -3229,7 +3229,7 @@ - + @@ -3289,7 +3289,7 @@ - + @@ -3306,7 +3306,7 @@ - + Insert a generic key in a given track. @@ -3472,7 +3472,7 @@ - + @@ -3526,7 +3526,7 @@ - + @@ -3603,7 +3603,7 @@ - + Return the mode in which the animation player processes. See [method set_animation_process_mode]. @@ -3702,13 +3702,13 @@ - + - + - + - + Play a given animation by the animation name. Custom speed and blend times can be set. If custom speed is negative (-1), 'from_end' being true can play the animation backwards. @@ -3717,9 +3717,9 @@ - + - + Play a given animation by the animation name in reverse. @@ -3759,7 +3759,7 @@ - + Seek the animation to a given position in time (in seconds). If 'update' is true, the animation will be updated too, otherwise it will be updated at process time. @@ -4055,7 +4055,7 @@ - + @@ -4077,7 +4077,7 @@ - + @@ -4162,7 +4162,7 @@ - + @@ -4171,7 +4171,7 @@ - + @@ -4632,7 +4632,7 @@ - + Return the space override mode. @@ -5106,7 +5106,7 @@ - + Return the space override mode. @@ -5698,9 +5698,9 @@ - + - + Create a new surface ([method get_surface_count] that will become surf_idx for this. @@ -5726,7 +5726,7 @@ - + @@ -5819,7 +5819,7 @@ - + @@ -6630,7 +6630,7 @@ - + @@ -6780,7 +6780,7 @@ - + @@ -7340,7 +7340,7 @@ - + @@ -7434,7 +7434,7 @@ - + @@ -7720,7 +7720,7 @@ - + @@ -8032,7 +8032,7 @@ - + @@ -8044,7 +8044,7 @@ - + @@ -8074,7 +8074,7 @@ - + @@ -8390,7 +8390,7 @@ - + @@ -8408,7 +8408,7 @@ - + @@ -8510,7 +8510,7 @@ - + Return the copy mode currently applied to the BackBufferCopy (refer to constants section). @@ -8585,7 +8585,7 @@ - + Return the current mode of action (see [method set_action_mode]) (one of the ACTION_MODE_* constants). @@ -8598,14 +8598,14 @@ - + Return the visual state used to draw the button. This is useful mainly when implementing your own draw code by either overriding _draw() or connecting to "draw" signal. The visual state of the button is defined by the DRAW_* enum. - + Returns focus access mode used when switching between enabled/disabled (see [method Control.set_focus_mode] and [method set_disabled]). @@ -9030,9 +9030,9 @@ - + - + Add a character to the font, where [i]character[/i] is the unicode value, [i]texture[/i] is the texture index, [i]rect[/i] is the region in the texture (in pixels!), [i]align[/i] is the (optional) alignment for the character and [i]advance[/i] is the (optional) advance. @@ -9068,7 +9068,7 @@ - + @@ -9080,7 +9080,7 @@ - + Return the size of a character, optionally taking kerning into account if the next character is provided. @@ -9216,7 +9216,7 @@ - + Return the alignment of children in the container. @@ -9310,7 +9310,7 @@ - + Return the text alignment policy. @@ -9468,7 +9468,7 @@ - + @@ -9492,13 +9492,13 @@ - + - + @@ -9716,7 +9716,7 @@ - + @@ -10086,7 +10086,7 @@ - + Draw a string character using a custom font. Returns the advance, depending on the char width and kerning with an optional next char. @@ -10112,13 +10112,13 @@ - + - + - + Draw a colored polygon of any amount of points, convex or concave. @@ -10133,9 +10133,9 @@ - + - + Draw a line from a 2D point to another, with a given color and width. It can be optionally antialiased. @@ -10148,13 +10148,13 @@ - + - + - + Draw a polygon of any amount of points, convex or concave. @@ -10167,9 +10167,9 @@ - + - + @@ -10181,9 +10181,9 @@ - + - + @@ -10199,7 +10199,7 @@ - + @@ -10214,7 +10214,7 @@ - + Draw a colored rectangle. @@ -10250,9 +10250,9 @@ - + - + Draw a string using a custom font. @@ -10276,7 +10276,7 @@ - + @@ -10293,9 +10293,9 @@ - + - + @@ -10314,11 +10314,11 @@ - + - + Draw a textured rectangle region at a given position, optionally modulated by a color. Transpose swaps the x and y coordinates when reading the texture. @@ -10729,13 +10729,13 @@ - + - + @@ -11326,7 +11326,7 @@ - + @@ -11336,7 +11336,7 @@ - + @@ -11356,7 +11356,7 @@ - + @@ -11376,7 +11376,7 @@ - + @@ -11398,7 +11398,7 @@ - + @@ -11414,7 +11414,7 @@ - + @@ -12001,7 +12001,7 @@ - + Return whether the polygon is a [ConvexPolygonShape2D] ([code]build_mode==0[/code]), or a [ConcavePolygonShape2D] ([code]build_mode==1[/code]). @@ -12759,7 +12759,7 @@ - + @@ -12768,7 +12768,7 @@ - + @@ -13004,7 +13004,7 @@ - + @@ -13020,13 +13020,13 @@ - + - + @@ -13041,7 +13041,7 @@ - + Return the default cursor shape for this control. See enum CURSOR_* for the list of shapes. @@ -13063,7 +13063,7 @@ - + Returns the focus access mode for the control (FOCUS_NONE, FOCUS_CLICK, FOCUS_ALL) (see [method set_focus_mode]). @@ -13090,7 +13090,7 @@ - + @@ -13110,7 +13110,7 @@ - + @@ -13127,7 +13127,7 @@ - + @@ -13149,7 +13149,7 @@ - + Return when the control is ignoring mouse events (even touchpad events send mouse events). @@ -13226,7 +13226,7 @@ - + @@ -13248,7 +13248,7 @@ - + @@ -13278,7 +13278,7 @@ - + @@ -13296,7 +13296,7 @@ - + @@ -13321,7 +13321,7 @@ - + @@ -13339,7 +13339,7 @@ - + @@ -13365,7 +13365,7 @@ - + @@ -13404,9 +13404,9 @@ - + - + @@ -13420,7 +13420,7 @@ - + @@ -13430,7 +13430,7 @@ - + @@ -14016,7 +14016,7 @@ - + @@ -14184,7 +14184,7 @@ - + @@ -14226,7 +14226,7 @@ - + @@ -14250,7 +14250,7 @@ - + @@ -14411,7 +14411,7 @@ - + Adds a point to a curve, at position "pos", with control points "in" and "out". @@ -14496,7 +14496,7 @@ - + Returns a point within the curve at position "offset", where "offset" is measured as a pixel distance along the curve. @@ -14567,9 +14567,9 @@ - + - + Returns a list of points along the curve, with a curvature controlled point density. That is, the curvier parts will have more points than the straighter parts. @@ -14606,7 +14606,7 @@ - + Adds a point to a curve, at position "pos", with control points "in" and "out". @@ -14707,7 +14707,7 @@ - + Returns a point within the curve at position "offset", where "offset" is measured as a distance in 3D units along the curve. @@ -14790,9 +14790,9 @@ - + - + Returns a list of points along the curve, with a curvature controlled point density. That is, the curvier parts will have more points than the straighter parts. @@ -15113,7 +15113,7 @@ - + @@ -15191,7 +15191,7 @@ - + @@ -15201,7 +15201,7 @@ - + @@ -15282,7 +15282,7 @@ - + @@ -15302,7 +15302,7 @@ - + @@ -15312,7 +15312,7 @@ - + @@ -15322,7 +15322,7 @@ - + @@ -15332,7 +15332,7 @@ - + @@ -15342,7 +15342,7 @@ - + @@ -15556,7 +15556,7 @@ - + @@ -15580,13 +15580,13 @@ - + - + @@ -16070,7 +16070,7 @@ - + @@ -16102,7 +16102,7 @@ - + @@ -16112,7 +16112,7 @@ - + @@ -16842,7 +16842,7 @@ - + Add a list of handles (points) which can be used to deform the object being edited. @@ -16856,7 +16856,7 @@ - + Add lines to the gizmo (as sets of 2 points), with a given material. The lines are used for visualizing the gizmo. Call this function during [method redraw]. @@ -16869,7 +16869,7 @@ - + @@ -16879,7 +16879,7 @@ - + Add an unscaled billboard for visualization. Call this function during [method redraw]. @@ -17139,7 +17139,7 @@ - + @@ -17175,7 +17175,7 @@ - + @@ -17199,7 +17199,7 @@ - + @@ -17265,7 +17265,7 @@ - + @@ -17421,7 +17421,7 @@ - + @@ -18370,7 +18370,7 @@ - + Get the last error that happened when trying to perform operations. Compare with the [code]ERR_FILE_*[/code] constants from [@Global Scope]. @@ -18459,7 +18459,7 @@ - + @@ -18470,20 +18470,20 @@ - + - + Open a compressed file for reading or writing. The compression_mode can be set as one of the COMPRESSION_* constants. - + @@ -18496,7 +18496,7 @@ - + @@ -18696,7 +18696,7 @@ - + Return the file access permission of the dialog. @@ -18730,7 +18730,7 @@ - + Get the file dialog mode from the MODE_* enum. @@ -18905,9 +18905,9 @@ - + - + Draw "string" into a canvas item using the font at a given "pos" position, with "modulate" color, and optionally clipping the width. "pos" specifies the baseline, not the top. To draw from the top, [i]ascent[/i] must be added to the Y axis. @@ -18922,9 +18922,9 @@ - + - + Draw character "char" into a canvas item using the font at a given "pos" position, with "modulate" color, and optionally kerning if "next" is passed. clipping the width. "pos" specifies the baseline, not the top. To draw from the top, [i]ascent[/i] must be added to the Y axis. The width used by the character is returned, making this function useful for drawing strings character by character. @@ -19182,9 +19182,9 @@ - + - + @@ -19238,7 +19238,7 @@ - + @@ -19842,7 +19842,7 @@ - + @@ -19856,7 +19856,7 @@ - + @@ -20088,7 +20088,7 @@ - + @@ -20411,7 +20411,7 @@ - + @@ -20746,7 +20746,7 @@ - + @@ -21141,7 +21141,7 @@ - + @@ -21183,11 +21183,11 @@ - + - + - + @@ -21399,15 +21399,15 @@ - + - + - + Connect to a host. This needs to be done before any requests are sent. @@ -21453,7 +21453,7 @@ - + Returns a STATUS_* enum constant. Need to call [method poll] in order to get status updates. @@ -21481,7 +21481,7 @@ - + This needs to be called in order to have any request processed. Check results with [method get_status] @@ -21509,7 +21509,7 @@ - + @@ -21517,7 +21517,7 @@ - + Sends a request to the connected host. The url is what is normally behind the hostname, i.e. in [code]http://somehost.com/index.php[/code], url would be "index.php". @@ -21532,7 +21532,7 @@ - + @@ -21549,7 +21549,7 @@ - + @@ -21558,7 +21558,7 @@ - + @@ -21778,7 +21778,7 @@ - + Return the current status of the underlying [HTTPClient]. @@ -21799,17 +21799,17 @@ - + - + - + - + @@ -22045,7 +22045,7 @@ - + @@ -22058,7 +22058,7 @@ - + Resolve a given hostname, blocking. Resolved hostname is returned as an IPv4 or IPv6 depending on "ip_type". @@ -22069,7 +22069,7 @@ - + Create a queue item for resolving a given hostname to an IPv4 or IPv6 depending on "ip_type". The queue ID is returned, or RESOLVER_INVALID_ID on error. @@ -22180,7 +22180,7 @@ - + @@ -22249,13 +22249,13 @@ - + - + @@ -22294,7 +22294,7 @@ - + @@ -22307,7 +22307,7 @@ - + Return the format of the [Image], one of [Image].FORMAT_*. @@ -22392,7 +22392,7 @@ - + @@ -22425,7 +22425,7 @@ - + @@ -22439,7 +22439,7 @@ - + @@ -22606,7 +22606,7 @@ - + Create a new [ImageTexture] with "width" and "height". @@ -22619,14 +22619,14 @@ - + Create a new [ImageTexture] from an [Image] with "flags" from [Texture].FLAG_*. - + Return the format of the [ImageTexture], one of [Image].FORMAT_*. @@ -22640,7 +22640,7 @@ - + Return the storage type. One of [ImageTexture].STORAGE_*. @@ -22719,7 +22719,7 @@ - + Simple helper to draw a uvsphere, with given latitudes, longitude and radius. @@ -22840,7 +22840,7 @@ - + Add a new mapping entry (in SDL2 format) to the mapping database. Optionally update already connected devices. @@ -22974,7 +22974,7 @@ - + Return the mouse mode. See the constants for more information. @@ -23065,7 +23065,7 @@ - + @@ -23088,7 +23088,7 @@ - + Starts to vibrate the joypad. Joypads usually come with two rumble motors, a strong and a weak one. weak_magnitude is the strength of the weak motor (between 0 and 1) and strong_magnitude is the strength of the strong motor (between 0 and 1). duration is the duration of the effect in seconds (a duration of 0 will try to play the vibration indefinitely). @@ -23259,7 +23259,7 @@ - + @@ -24139,7 +24139,7 @@ - + Adds an item to the item list with no text, only an icon. @@ -24152,7 +24152,7 @@ - + Adds an item to the item list with specified text. Specify an icon of null for a list item with no icon. @@ -24194,7 +24194,7 @@ - + @@ -24210,7 +24210,7 @@ - + Given a position within the control return the item (if any) at that point. @@ -24288,7 +24288,7 @@ - + @@ -24370,7 +24370,7 @@ - + Select the item at the specified index. @@ -24991,13 +24991,13 @@ - + - + - + @@ -25186,13 +25186,13 @@ - + - + - + @@ -25233,7 +25233,7 @@ - + Return the alignment mode (any of the ALIGN_* enumeration values). @@ -25289,7 +25289,7 @@ - + Return the vertical alignment mode (any of the VALIGN_* enumeration values). @@ -25814,7 +25814,7 @@ - + Return the current mode set to the Light2D. @@ -25835,7 +25835,7 @@ - + @@ -26217,7 +26217,7 @@ - + @@ -26229,7 +26229,7 @@ - + @@ -26241,7 +26241,7 @@ - + @@ -26285,7 +26285,7 @@ - + @@ -26503,7 +26503,7 @@ - + @@ -26578,9 +26578,9 @@ - + - + @@ -26821,7 +26821,7 @@ - + Returns the underline mode for this button. @@ -27299,7 +27299,7 @@ - + @@ -27307,7 +27307,7 @@ - + @@ -27867,7 +27867,7 @@ - + @@ -27905,7 +27905,7 @@ - + @@ -28042,7 +28042,7 @@ - + Try locking this [Mutex], does not block. Returns [OK] on success else [ERR_BUSY]. @@ -28146,7 +28146,7 @@ - + @@ -28158,7 +28158,7 @@ - + @@ -28244,7 +28244,7 @@ - + @@ -28574,35 +28574,35 @@ - + - + - + - + - + - + - + - + @@ -28644,7 +28644,7 @@ - + @@ -28916,7 +28916,7 @@ - + @@ -28942,7 +28942,7 @@ - + @@ -29131,7 +29131,7 @@ - + Add a child [Node]. Nodes can have as many children as they want, but every child must have a unique name. Children nodes are automatically deleted when the parent node is deleted, so deleting a whole scene is performed by deleting its topmost node. @@ -29143,7 +29143,7 @@ - + Add a node to a group. Groups are helpers to name and organize a subset of nodes, like for example "enemies" or "collectables". A [Node] can be in any number of groups. Nodes can be assigned a group at any time, but will not be added to it until they are inside the scene tree (see [method is_inside_tree]). @@ -29173,7 +29173,7 @@ - + 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. @@ -29310,7 +29310,7 @@ - + @@ -29483,7 +29483,7 @@ - + Calls the method (if present) with the arguments given in "args" on this Node and recursively on all children. If the parent_first argument is true then the method will be called on the current [Node] first, then on all children. If it is false then the children will get called first. @@ -29541,7 +29541,7 @@ - + Replace a node in a scene by a given one. Subscriptions that pass through this node will be lost. @@ -29711,7 +29711,7 @@ - + @@ -30009,7 +30009,7 @@ - + Apply a local translation on X axis to the 2D node according to the 'delta' of the process. If 'scaled' is false, the movement is normalized. @@ -30020,7 +30020,7 @@ - + Apply a local translation on Y axis to the 2D node according to the 'delta' of the process. If 'scaled' is false, the movement is normalized. @@ -30287,7 +30287,7 @@ - + Displays a modal dialog box utilizing the host OS. @@ -30355,7 +30355,7 @@ - + Execute the binary file in given path, optionally blocking until it returns. A process ID is returned. @@ -30504,7 +30504,7 @@ - + @@ -30557,7 +30557,7 @@ - + Returns the current screen orientation, the return value will be one of the SCREEN_ORIENTATION constants in this class. @@ -30778,7 +30778,7 @@ - + @@ -30799,7 +30799,7 @@ - + @@ -30938,7 +30938,7 @@ - + @@ -31025,7 +31025,7 @@ - + @@ -31182,7 +31182,7 @@ - + Add a user signal (can be added anytime). Arguments are optional, but can be added as an array of dictionaries, each containing "name" and "type" (from [@Global Scope] TYPE_*). @@ -31222,7 +31222,7 @@ - + @@ -31230,9 +31230,9 @@ - + - + Connect a signal to a method at a target (member function). Binds are optional and are passed as extra arguments to the call. Flags specify optional deferred or one shot connections, see enum CONNECT_*. A signal can only be connected once to a method, and it will throw an error if already connected. If you want to avoid this, use [method is_connected] to check. @@ -31415,7 +31415,7 @@ - + Notify the object of something. @@ -31517,7 +31517,7 @@ - + @@ -31585,13 +31585,13 @@ - + - + @@ -31652,7 +31652,7 @@ - + Add an item, with text "label" and (optionally) id. If no "id" is passed, "id" becomes the item index. New items are appended at the end. @@ -31865,7 +31865,7 @@ - + @@ -31875,7 +31875,7 @@ - + @@ -31883,7 +31883,7 @@ - + @@ -31923,7 +31923,7 @@ - + @@ -31988,7 +31988,7 @@ - + @@ -32033,7 +32033,7 @@ - + Return the error state of the last packet received (via [method get_packet] and [method get_var]). @@ -32053,7 +32053,7 @@ - + @@ -32062,7 +32062,7 @@ - + @@ -32168,13 +32168,13 @@ - + - + Make this [PacketPeerUDP] listen on the "port" binding to "bind_address" with a buffer size "recv_buf_size". @@ -32184,7 +32184,7 @@ - + @@ -32195,7 +32195,7 @@ - + Wait for a packet to arrive on the listening port, see [method listen]. @@ -32474,7 +32474,7 @@ - + @@ -32775,7 +32775,7 @@ - + @@ -33127,7 +33127,7 @@ - + @@ -33617,7 +33617,7 @@ - + Returns the rotation mode. The constants below list which axes are allowed to rotate for each mode. @@ -34192,7 +34192,7 @@ - + Check the intersections of a shape, given through a [Physics2DShapeQueryParameters] object, against the space. The resulting array contains a list of points where the shape intersects another. Like with [method intersect_shape], the number of returned results can be limited to save processing time. @@ -34221,13 +34221,13 @@ - + - + - + Check whether a point is inside any shape. The shapes the point is inside of are returned in an array containing dictionaries with the following fields: @@ -34248,9 +34248,9 @@ - + - + Intersect a ray in a given space. The returned object is a dictionary with the following fields: @@ -34270,7 +34270,7 @@ - + Check the intersections of a shape, given through a [Physics2DShapeQueryParameters] object, against the space. The intersected shapes are returned in an array containing dictionaries with the following fields: @@ -34319,7 +34319,7 @@ - + Add a shape to the area, along with a transform matrix. Shapes are usually referenced by their index, so you should track which shape has a given index. @@ -34413,7 +34413,7 @@ - + @@ -34596,7 +34596,7 @@ - + Add a shape to the body, along with a transform matrix. Shapes are usually referenced by their index, so you should track which shape has a given index. @@ -34638,9 +34638,9 @@ - + - + Create a physics body. The first parameter can be any value from constants BODY_MODE*, for the type of body created. Additionally, the body can be created in sleeping state to save processing time. @@ -34665,7 +34665,7 @@ - + @@ -34683,7 +34683,7 @@ - + @@ -35006,7 +35006,7 @@ - + @@ -35023,7 +35023,7 @@ - + Create a damped spring joint between two bodies. If not specified, the second body is assumed to be the joint itself. @@ -35080,9 +35080,9 @@ - + - + Create a groove joint between two bodies. If not specified, the bodyies are assumed to be the joint itself. @@ -35100,7 +35100,7 @@ - + @@ -35128,7 +35128,7 @@ - + Create a pin joint between two bodies. If not specified, the second body is assumed to be the joint itself. @@ -35162,7 +35162,7 @@ - + @@ -36150,7 +36150,7 @@ - + @@ -36172,9 +36172,9 @@ - + - + @@ -36184,7 +36184,7 @@ - + @@ -36218,7 +36218,7 @@ - + @@ -36302,7 +36302,7 @@ - + @@ -36460,7 +36460,7 @@ - + @@ -36508,15 +36508,15 @@ - + - + - + @@ -36548,7 +36548,7 @@ - + @@ -37038,7 +37038,7 @@ - + @@ -37138,7 +37138,7 @@ - + @@ -39021,7 +39021,7 @@ - + Add a new checkable item with text "label". An id can optionally be provided, as well as an accelerator. If no id is provided, one will be created from the index. Note that checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. @@ -39034,7 +39034,7 @@ - + @@ -39046,9 +39046,9 @@ - + - + Add a new checkable item with text "label" and icon "texture". An id can optionally be provided, as well as an accelerator. If no id is provided, one will be @@ -39062,9 +39062,9 @@ - + - + @@ -39076,9 +39076,9 @@ - + - + Add a new item with text "label" and icon "texture". An id can optionally be provided, as well as an accelerator keybinding. If no id is provided, one will be created from the index. @@ -39091,9 +39091,9 @@ - + - + @@ -39105,7 +39105,7 @@ - + Add a new item with text "label". An id can optionally be provided, as well as an accelerator keybinding. If no id is provided, one will be created from the index. @@ -39125,7 +39125,7 @@ - + @@ -39137,7 +39137,7 @@ - + Adds an item with a submenu. The submenu is the name of a child PopupMenu node that would be shown when the item is clicked. An id can optionally be provided, but if is isn't provided, one will be created from the index. @@ -39407,7 +39407,7 @@ - + @@ -39767,7 +39767,7 @@ - + @@ -40108,13 +40108,13 @@ - + - + @@ -41486,7 +41486,7 @@ - + @@ -41672,7 +41672,7 @@ - + @@ -41715,7 +41715,7 @@ - + Searches the text for the compiled pattern. Returns a [RegExMatch] container of the first matching reult if found, otherwise null. The region to search within can be specified without modifying where the start and end anchor would be. @@ -41730,9 +41730,9 @@ - + - + Searches the text for the compiled pattern and replaces it with the specified string. Escapes and backreferences such as [code]\1[/code] and [code]\g<name>[/code] expanded and resolved. By default only the first instance is replaced but it can be changed for all instances (global replacement). The region to search within can be specified without modifying where the start and end anchor would be. @@ -42153,14 +42153,14 @@ - + Poll the load. If OK is returned, this means poll will have to be called again. If ERR_FILE_EOF is returned, them the load has finished and the resource can be obtained by calling [method get_resource]. - + @@ -42209,7 +42209,7 @@ - + @@ -42219,7 +42219,7 @@ - + Load a resource interactively, the returned object allows to load with high granularity. @@ -42327,13 +42327,13 @@ - + - + Save a resource to disk, to a given path. @@ -42380,7 +42380,7 @@ - + @@ -42474,7 +42474,7 @@ - + @@ -42791,7 +42791,7 @@ - + Return the current axis lock of the body. One of AXIS_LOCK_* enum. @@ -42854,7 +42854,7 @@ - + Return the current body mode, see [method set_mode]. @@ -43251,7 +43251,7 @@ - + Return whether this body is using continuous collision detection. @@ -43307,7 +43307,7 @@ - + Return the current body mode, see [method set_mode]. @@ -43762,7 +43762,7 @@ - + @@ -43850,7 +43850,7 @@ - + @@ -43858,7 +43858,7 @@ - + @@ -43870,7 +43870,7 @@ - + @@ -44020,7 +44020,7 @@ - + @@ -44131,7 +44131,7 @@ - + @@ -44313,7 +44313,7 @@ - + @@ -44550,14 +44550,14 @@ - + Lowers the [Semaphore], allowing one more thread in. - + Tries to wait for the [Semaphore], if its value is zero, blocks until non-zero. @@ -44602,7 +44602,7 @@ - + @@ -45067,7 +45067,7 @@ - + @@ -45687,19 +45687,19 @@ - + - + - + @@ -45717,7 +45717,7 @@ - + @@ -45735,7 +45735,7 @@ - + @@ -45747,19 +45747,19 @@ - + - + - + @@ -45811,7 +45811,7 @@ - + @@ -45853,7 +45853,7 @@ - + @@ -45877,7 +45877,7 @@ - + @@ -45889,7 +45889,7 @@ - + @@ -46410,6 +46410,8 @@ + + @@ -46604,11 +46606,13 @@ - + - + - + + + @@ -46902,7 +46906,7 @@ - + Return visibility of the split dragger (one of [DRAGGER_VISIBLE], [DRAGGER_HIDDEN] or [DRAGGER_HIDDEN_COLLAPSED]). @@ -47358,13 +47362,13 @@ - + - + @@ -47574,7 +47578,7 @@ - + @@ -48053,7 +48057,7 @@ - + @@ -48228,7 +48232,7 @@ - + @@ -48236,13 +48240,13 @@ - + - + Connect to a peer using an underlying [StreamPeer] "stream", when "validate_certs" is true, [StreamPeerSSL] will validate that the certificate presented by the peer matches the "for_hostname". @@ -48256,7 +48260,7 @@ - + Return the status of the connection, one of STATUS_* enum. @@ -48287,7 +48291,7 @@ - + @@ -48319,7 +48323,7 @@ - + Return the status of the connection, one of STATUS_* enum. @@ -48360,7 +48364,7 @@ - + @@ -49515,7 +49519,7 @@ - + @@ -49553,7 +49557,7 @@ - + @@ -49794,15 +49798,15 @@ - + - + - + - + - + Insert a triangle fan made of array data into [Mesh] being constructed. @@ -49947,11 +49951,11 @@ - + - + Listen on the "port" binding to "bind_address". @@ -50021,7 +50025,7 @@ - + Return tab alignment, from the ALIGN_* enum. @@ -50216,9 +50220,9 @@ - + - + @@ -50238,13 +50242,13 @@ - + - + @@ -50480,7 +50484,7 @@ - + Add color region (given the delimiters) and its colors. @@ -50585,7 +50589,7 @@ - + @@ -50595,7 +50599,7 @@ - + @@ -51028,7 +51032,7 @@ - + @@ -51044,9 +51048,9 @@ - + - + @@ -51064,11 +51068,11 @@ - + - + @@ -51199,7 +51203,7 @@ - + @@ -51497,7 +51501,7 @@ - + @@ -51890,7 +51894,7 @@ - + @@ -51898,7 +51902,7 @@ - + Start a new [Thread], it will run "method" on object "instance" using "userdata" as an argument and running with "priority", one of PRIORITY_* enum. @@ -52038,14 +52042,14 @@ - + Return the current half offset configuration. - + Return the orientation mode. @@ -52065,7 +52069,7 @@ - + Return the tile origin configuration. @@ -52144,7 +52148,7 @@ - + Return the absolute world position corresponding to the tilemap (grid-based) coordinates given as an argument. @@ -52160,11 +52164,11 @@ - + - + - + Set the tile index for the cell referenced by its grid-based X and Y coordinates. @@ -52190,9 +52194,9 @@ - + - + Set the tile index for the cell referenced by a Vector2 of grid-based coordinates. @@ -52506,7 +52510,7 @@ - + @@ -52823,7 +52827,7 @@ - + Return the timer's processing mode. @@ -53020,7 +53024,7 @@ - + @@ -53731,7 +53735,7 @@ - + Get the rectangle area of the the specified item. If column is specified, only get the position and size of that column, otherwise get the rectangle containing all columns. @@ -54099,9 +54103,9 @@ - + - + @@ -54159,7 +54163,7 @@ - + @@ -54275,7 +54279,7 @@ - + @@ -54437,7 +54441,7 @@ - + @@ -54553,7 +54557,7 @@ - + @@ -54659,7 +54663,7 @@ - + Follow [code]method[/code] of [code]object[/code] and apply the returned value on [code]target_method[/code] of [code]target[/code], beginning from [code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/code] later. Methods are animated by calling them with consequitive values. @@ -54685,7 +54689,7 @@ - + Follow [code]property[/code] of [code]object[/code] and apply it on [code]target_property[/code] of [code]target[/code], beginning from [code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/code] seconds later. Note that [code]target:target_property[/code] would equal [code]object:property[/code] at the end of the tween. @@ -54707,7 +54711,7 @@ - + Returns the process mode that has been set from editor GUI or [method set_tween_process_mode] @@ -54776,7 +54780,7 @@ - + Animate [code]method[/code] of [code]object[/code] from [code]initial_val[/code] to [code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] seconds later. Methods are animated by calling them with consecuitive values. @@ -54800,7 +54804,7 @@ - + Animate [code]property[/code] of [code]object[/code] from [code]initial_val[/code] to [code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] seconds later. @@ -54826,7 +54830,7 @@ - + Stop animating and completely remove a tween, given its object and property/method pair. Passing empty String as key will remove all tweens for given object. @@ -54844,7 +54848,7 @@ - + Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair. Passing empty String as key will reset all tweens for given object. @@ -54862,7 +54866,7 @@ - + Continue animating a stopped tween, given its object and property/method pair. Passing empty String as key will resume all tweens for given object. @@ -54932,7 +54936,7 @@ - + Stop animating a tween, given its object and property/method pair. Passing empty String as key will stop all tweens for given object. @@ -54964,7 +54968,7 @@ - + Animate [code]method[/code] of [code]object[/code] from the value returned by [code]initial.initial_method[/code] to [code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] seconds later. Methods are animated by calling them with consecuitive values. @@ -54990,7 +54994,7 @@ - + Animate [code]property[/code] of [code]object[/code] from the current value of the [code]initial_val[/code] property of [code]initial[/code] to [code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] seconds later. @@ -55188,7 +55192,7 @@ - + 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]. @@ -56361,13 +56365,13 @@ - + - + @@ -56401,7 +56405,7 @@ - + @@ -56422,7 +56426,7 @@ - + @@ -56457,14 +56461,14 @@ - + Get when the viewport would be updated, will be one of the [code]UPDATE_*[/code] constants. - + @@ -56717,7 +56721,7 @@ - + Set the size override 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. @@ -57323,7 +57327,7 @@ - + @@ -57335,7 +57339,7 @@ - + @@ -57349,7 +57353,7 @@ - + @@ -57373,7 +57377,7 @@ - + @@ -57761,7 +57765,7 @@ - + @@ -57805,7 +57809,7 @@ - + @@ -57947,7 +57951,7 @@ - + @@ -57997,7 +58001,7 @@ - + @@ -58163,7 +58167,7 @@ - + @@ -58287,13 +58291,13 @@ - + - + @@ -58305,7 +58309,7 @@ - + @@ -58535,7 +58539,7 @@ - + @@ -58595,7 +58599,7 @@ - + @@ -58639,7 +58643,7 @@ - + @@ -58677,7 +58681,7 @@ - + @@ -58749,13 +58753,13 @@ - + - + @@ -58839,13 +58843,13 @@ - + - + @@ -58953,7 +58957,7 @@ - + @@ -58977,13 +58981,13 @@ - + - + @@ -59129,7 +59133,7 @@ - + @@ -59211,7 +59215,7 @@ - + @@ -59421,7 +59425,7 @@ - + @@ -59477,7 +59481,7 @@ - + @@ -59566,7 +59570,7 @@ - + @@ -59920,7 +59924,7 @@ - + Get the type of the current node. Compare with [code]NODE_*[/code] constants. @@ -59943,7 +59947,7 @@ - + @@ -59952,7 +59956,7 @@ - + @@ -59961,14 +59965,14 @@ - + Read the next node of the file. This returns an error code. - + -- cgit v1.2.3