Browse Source

Merge pull request #65202 from BenniKane/patch-1

Rémi Verschelde 2 years ago
parent
commit
9142904c24
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/classes/NavigationAgent2D.xml
  2. 1 1
      doc/classes/NavigationAgent3D.xml

+ 1 - 1
doc/classes/NavigationAgent2D.xml

@@ -165,7 +165,7 @@
 		<signal name="velocity_computed">
 			<param index="0" name="safe_velocity" type="Vector3" />
 			<description>
-				Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity].
+				Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
 			</description>
 		</signal>
 	</signals>

+ 1 - 1
doc/classes/NavigationAgent3D.xml

@@ -171,7 +171,7 @@
 		<signal name="velocity_computed">
 			<param index="0" name="safe_velocity" type="Vector3" />
 			<description>
-				Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity].
+				Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
 			</description>
 		</signal>
 	</signals>