Browse Source

Merge pull request #59292 from rburing/get_process_info_docs_3.x

[3.x] Document that `PhysicsServer`'s `get_process_info` is implemented only for Godot Physics
Rémi Verschelde 3 years ago
parent
commit
69a07f3a8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/PhysicsServer.xml

+ 1 - 1
doc/classes/PhysicsServer.xml

@@ -673,7 +673,7 @@
 			<return type="int" />
 			<return type="int" />
 			<argument index="0" name="process_info" type="int" enum="PhysicsServer.ProcessInfo" />
 			<argument index="0" name="process_info" type="int" enum="PhysicsServer.ProcessInfo" />
 			<description>
 			<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. Only implemented for Godot Physics.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="hinge_joint_get_flag" qualifiers="const">
 		<method name="hinge_joint_get_flag" qualifiers="const">