From b1ce9821e7ae78c31222d65ceb3ae681ec5bd9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 7 Sep 2016 08:54:42 +0200 Subject: classref: Sync with current source --- doc/base/classes.xml | 204 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 178 insertions(+), 26 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 07fd9980e0..c725a10dd2 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -14465,6 +14465,8 @@ + + @@ -16023,6 +16025,8 @@ + + Simple helper to draw an uvsphere, with given latitudes, longitude and radius. @@ -16124,7 +16128,7 @@ Add a new mapping entry (in SDL2 format) to the mapping database. Optionally update already connected devices. - + @@ -16138,14 +16142,14 @@ Returns an [Array] containing the device IDs of all currently connected joysticks. - + If the device has a gyroscope, this will return the rate of rotation in rad/s around a device's x, y, and z axis. - + @@ -16192,7 +16196,7 @@ Returns the strength of the joystick vibration: x is the strength of the weak motor, and y is the strength of the strong motor. - + @@ -16220,7 +16224,23 @@ Returns the mouse speed for the last time the cursor was moved, and this until the next frame where the mouse moves. This means that even if the mouse is not moving, this function will still return the value of the last motion. - + + + + + + + + + + + + + + + + + @@ -16229,7 +16249,7 @@ Returns true or false depending on whether the action event is pressed. Actions and their events can be set in the Project Settings / Input Map tab. Or be set with [InputMap]. - + @@ -16249,7 +16269,7 @@ Returns if the specified device is known by the system. This means that it sets all button and axis indices exactly as defined in the JOY_* constants (see [@Global Scope]). Unknown joysticks are not expected to match these constants, but you can still retrieve events from them. - + @@ -16258,7 +16278,7 @@ Returns true or false depending on whether the key is pressed or not. You can pass KEY_*, which are pre-defined constants listed in [@Global Scope]. - + @@ -18606,7 +18626,9 @@ - + + + @@ -18635,10 +18657,12 @@ - + + + - Return true if there would be a collision if the body moved in the given direction. + Return true if there would be a collision if the body moved from the given point in the given direction. @@ -19436,7 +19460,7 @@ - + Set the line edit caret to blink. @@ -19462,6 +19486,12 @@ Return the cursor position inside the [LineEdit]. + + + + + + @@ -19547,6 +19577,12 @@ Set the [i]editable[/i] status of the [LineEdit]. When disabled, existing text can't be modified and new text can't be added. + + + + + + @@ -27280,14 +27316,16 @@ - + + + - + - + - 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. + Return whether a body can move from a given point in a given direction. Apart from the boolean return value, a [Physics2DTestMotionResult] can be passed to return additional information in. @@ -31484,6 +31522,12 @@ Returns the collision point in which the ray intersects the closest object. + + + + + + @@ -31538,6 +31582,12 @@ Enables the RayCast2D. Only enabled raycasts will be able to query the space and report collisions. + + + + + + @@ -46156,6 +46206,40 @@ do_property]. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46178,6 +46262,40 @@ do_property]. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46506,6 +46624,16 @@ do_property]. + + + + + + + + + + @@ -46576,6 +46704,12 @@ do_property]. + + + + + + @@ -46630,6 +46764,12 @@ do_property]. + + + + + + @@ -46724,12 +46864,24 @@ do_property]. + + + + + + + + + + + + @@ -46750,16 +46902,6 @@ do_property]. - - - - - - - - - - @@ -47290,6 +47432,16 @@ do_property]. + + + + + + + + + + -- cgit v1.2.3