PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs

This commit is contained in:
Ricardo Buring 2022-03-18 18:14:08 +01:00
parent 19950076b1
commit a1d4f8d389

View file

@ -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">