mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (4714e95)
This commit is contained in:
@@ -511,7 +511,7 @@ Sets the callback :ref:`Callable<class_Callable>` that gets called after each av
|
||||
|
||||
void **agent_set_avoidance_enabled** **(** :ref:`RID<class_RID>` agent, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
If ``enabled`` the provided ``agent`` calculates avoidance.
|
||||
If ``enabled`` is ``true``, the provided ``agent`` calculates avoidance.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -913,7 +913,7 @@ Sets whether this ``link`` can be travelled in both directions.
|
||||
|
||||
void **link_set_enabled** **(** :ref:`RID<class_RID>` link, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
If ``enabled`` is ``true`` the specified ``link`` will contribute to its current navigation map.
|
||||
If ``enabled`` is ``true``, the specified ``link`` will contribute to its current navigation map.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1303,7 +1303,7 @@ Sets the map up direction.
|
||||
|
||||
void **map_set_use_edge_connections** **(** :ref:`RID<class_RID>` map, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
Set the navigation ``map`` edge connection use. If ``enabled`` the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin.
|
||||
Set the navigation ``map`` edge connection use. If ``enabled`` is ``true``, the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1375,7 +1375,7 @@ Returns ``true`` if the provided ``obstacle`` uses avoidance in 3D space Vector3
|
||||
|
||||
void **obstacle_set_avoidance_enabled** **(** :ref:`RID<class_RID>` obstacle, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
If ``enabled`` the provided ``obstacle`` affects avoidance using agents.
|
||||
If ``enabled`` is ``true``, the provided ``obstacle`` affects avoidance using agents.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1685,7 +1685,7 @@ If multiple navigation meshes have positions at equal distance the navigation re
|
||||
|
||||
void **region_set_enabled** **(** :ref:`RID<class_RID>` region, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
If ``enabled`` is ``true`` the specified ``region`` will contribute to its current navigation map.
|
||||
If ``enabled`` is ``true``, the specified ``region`` will contribute to its current navigation map.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
@@ -1781,7 +1781,7 @@ Sets the ``travel_cost`` for this ``region``.
|
||||
|
||||
void **region_set_use_edge_connections** **(** :ref:`RID<class_RID>` region, :ref:`bool<class_bool>` enabled **)**
|
||||
|
||||
If ``enabled`` the navigation ``region`` will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin.
|
||||
If ``enabled`` is ``true``, the navigation ``region`` will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user