diff options
author | Ricardo Buring <ricardo.buring@gmail.com> | 2022-03-18 18:14:08 +0100 |
---|---|---|
committer | Ricardo Buring <ricardo.buring@gmail.com> | 2022-03-18 19:53:14 +0100 |
commit | a1d4f8d389391f701893559df0b8bf4eefe708fb (patch) | |
tree | b3b1aa87c0e924dd4576807586a8453c45b69bfe | |
parent | 19950076b1edbd924b64ed41d27a5239ca0c1a7b (diff) |
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs
-rw-r--r-- | doc/classes/PhysicsServer3D.xml | 2 |
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"> |