From 812d45ea7cccc51edbfc6328bbb95d174613b5c3 Mon Sep 17 00:00:00 2001 From: Ricardo Buring Date: Fri, 18 Mar 2022 20:00:21 +0100 Subject: [PATCH] Document that PhysicsServer's get_process_info is implemented only for Godot Physics --- doc/classes/PhysicsServer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index f6759837afe..7f11859727b 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -673,7 +673,7 @@ - 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.