diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml index fc87f492186..b90c49b5c06 100644 --- a/doc/classes/HTTPClient.xml +++ b/doc/classes/HTTPClient.xml @@ -203,7 +203,7 @@ HTTP GET method. The GET method requests a representation of the specified resource. Requests using GET should only retrieve data. - # + HTTP HEAD method. The HEAD method asks for a response identical to that of a GET request, but without the response body. This is useful to request metadata like HTTP headers or to check if a resource exists. diff --git a/doc/classes/KinematicBody.xml b/doc/classes/KinematicBody.xml index 43db8ed43a9..d1dc236d40b 100644 --- a/doc/classes/KinematicBody.xml +++ b/doc/classes/KinematicBody.xml @@ -102,11 +102,17 @@ - + - + - + + + + + + + If the body is at least this close to another body, this body will consider them to be colliding. diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 8f3d77d8417..534449a94b1 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -351,15 +351,6 @@ Creates 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. - - - - - - - Gets the information, which Axis is locked if any. The can be any calue from the constants BODY_AXIS_LOCK* - - @@ -485,6 +476,16 @@ Returns a body state. + + + + + + + + + + @@ -540,7 +541,7 @@ - + @@ -1520,5 +1521,17 @@ Constant to set/get the default solver bias for all physics constraints. A solver bias is a factor controlling how much two objects "rebound", after violating a constraint, to avoid leaving them in that state because of numerical imprecision. + + + + + + + + + + + + diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml index 77e27cefcce..3c54f29c159 100644 --- a/doc/classes/RigidBody.xml +++ b/doc/classes/RigidBody.xml @@ -59,11 +59,17 @@ RigidBody's rotational velocity. - + - + - + + + + + + + RigidBody's bounciness.