summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-19 08:30:44 +0100
committerGitHub <noreply@github.com>2022-03-19 08:30:44 +0100
commit288cdca71d838806469dd4f277beb3f2c45e49d3 (patch)
treef35f8481bf344c38d00f91726a6c002120ca3796
parent35eec4de40ed25eeb4423fcd6ae65936db9961ec (diff)
parenta1d4f8d389391f701893559df0b8bf4eefe708fb (diff)
Merge pull request #59290 from rburing/get_process_info_docs
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs
-rw-r--r--doc/classes/PhysicsServer3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml
index 7a9a0ac7c5..2e84287227 100644
--- a/doc/classes/PhysicsServer3D.xml
+++ b/doc/classes/PhysicsServer3D.xml
@@ -733,7 +733,7 @@
<return type="int" />
<argument index="0" name="process_info" type="int" enum="PhysicsServer3D.ProcessInfo" />
<description>
- Returns an Info defined by the [enum ProcessInfo] input given.
+ Returns information about the current state of the 3D physics engine. See [enum ProcessInfo] for a list of available states.
</description>
</method>
<method name="heightmap_shape_create">