From c030cc1ef6e0b94134b18e7550a4f8564f0e0edc Mon Sep 17 00:00:00 2001 From: BenniKane Date: Thu, 1 Sep 2022 10:07:00 -0500 Subject: [PATCH] doc: Clarifying NavigationAgent and NavigationAgent2D velocity_computed requires avoidance_enabled to be true to emit (cherry picked from commit ed5b832a81bb7f67924282d2c3f96b8674ecbb7d) --- doc/classes/NavigationAgent.xml | 2 +- doc/classes/NavigationAgent2D.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/NavigationAgent.xml b/doc/classes/NavigationAgent.xml index 3a14cd21216..5f8eed4619e 100644 --- a/doc/classes/NavigationAgent.xml +++ b/doc/classes/NavigationAgent.xml @@ -169,7 +169,7 @@ - Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. + Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. Only emitted when [member avoidance_enabled] is true. diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml index 40ab2709859..9f10fca12e2 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -163,7 +163,7 @@ - Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. + Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. Only emitted when [member avoidance_enabled] is true.