From c143b5c6770c690e46545e17c7b28bee698e5a3a Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Wed, 26 Feb 2020 09:42:51 +0100 Subject: Flushes commands just before the navigation server is destroyed --- doc/classes/NavigationServer.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/classes/NavigationServer.xml') diff --git a/doc/classes/NavigationServer.xml b/doc/classes/NavigationServer.xml index 5eb9f34ead..1f65a6004e 100644 --- a/doc/classes/NavigationServer.xml +++ b/doc/classes/NavigationServer.xml @@ -358,13 +358,15 @@ Control activation of this server. - + - Steps the server. This is not threadsafe and must be called in single thread. + Process the collision avoidance agents. + The result of this process is needed by the physics server, so this must be called in the main thread. + Note: This function is not thread safe. -- cgit v1.2.3