From 6d9904f1a9812c34e68d3b0a2d9fb546c0fd6c98 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 0fdf8f207f5..23dd7afae1f 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 007403ed1fd..b7cbcf9cf81 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.