diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-10 17:53:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:53:44 +0100 |
commit | c5a99a205653987e3c761cf34ad4a74fcfeb0fd4 (patch) | |
tree | b95b22c83423f51cbc218c47b32beeebbf158ca4 /doc | |
parent | 9b6897307cec9465c11ad522a9e21c8923c2c189 (diff) | |
parent | bfd0d33244f565ffca17b0578edc3a82b76a7204 (diff) |
Merge pull request #54820 from nekomatata/fix-character-body-floor-errors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PhysicsServer2D.xml | 2 | ||||
-rw-r--r-- | doc/classes/PhysicsServer3D.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 7368fe06ab..6f88707259 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -346,7 +346,7 @@ <return type="PhysicsDirectBodyState2D" /> <argument index="0" name="body" type="RID" /> <description> - Returns the [PhysicsDirectBodyState2D] of the body. + Returns the [PhysicsDirectBodyState2D] of the body. Returns [code]null[/code] if the body is destroyed or removed from the physics space. </description> </method> <method name="body_get_max_contacts_reported" qualifiers="const"> diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml index 0f02cdf92f..b144c2c299 100644 --- a/doc/classes/PhysicsServer3D.xml +++ b/doc/classes/PhysicsServer3D.xml @@ -320,7 +320,7 @@ <return type="PhysicsDirectBodyState3D" /> <argument index="0" name="body" type="RID" /> <description> - Returns the [PhysicsDirectBodyState3D] of the body. + Returns the [PhysicsDirectBodyState3D] of the body. Returns [code]null[/code] if the body is destroyed or removed from the physics space. </description> </method> <method name="body_get_max_contacts_reported" qualifiers="const"> |