summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-02-15 09:49:48 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-02-15 09:49:48 +0100
commitd9ca0845d92d794e6293acef0602a6eb5bfec1a1 (patch)
tree8932456a139a8634420392217c661eeb7e382fd7 /doc/classes
parenteff6508d5ae94fcdbff8ea9f40ebfa91d0cdc5f7 (diff)
parentf1026450bfe9bf4df2e059f220c2e579fa3e4f64 (diff)
Merge pull request #73308 from smix8/unbind_navigationserver_process_4.x
Unbind NavigationServer3D.process()
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/NavigationServer3D.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/classes/NavigationServer3D.xml b/doc/classes/NavigationServer3D.xml
index 16b850866a..1feb363999 100644
--- a/doc/classes/NavigationServer3D.xml
+++ b/doc/classes/NavigationServer3D.xml
@@ -422,15 +422,6 @@
Sets the map up direction.
</description>
</method>
- <method name="process">
- <return type="void" />
- <param index="0" name="delta_time" type="float" />
- <description>
- 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.
- [b]Note:[/b] This function is not thread safe.
- </description>
- </method>
<method name="query_path" qualifiers="const">
<return type="void" />
<param index="0" name="parameters" type="NavigationPathQueryParameters3D" />