summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRedMser <redmser.jj2@gmail.com>2022-10-27 21:49:18 +0200
committerRedMser <redmser.jj2@gmail.com>2022-10-27 22:45:24 +0200
commitb9c3a5534b0bfe1717d8919dd2a25b5cf8d7b821 (patch)
tree1b560bd9a4b66155db72f8bdb1a67e96848136ea /doc
parentaa989cb26f8b281e3d6a7ed79dca811963e3c712 (diff)
Fix type of safe_velocity parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/NavigationAgent2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml
index 3437e0eca4..a69491ec66 100644
--- a/doc/classes/NavigationAgent2D.xml
+++ b/doc/classes/NavigationAgent2D.xml
@@ -163,7 +163,7 @@
</description>
</signal>
<signal name="velocity_computed">
- <param index="0" name="safe_velocity" type="Vector3" />
+ <param index="0" name="safe_velocity" type="Vector2" />
<description>
Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
</description>