diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-07-31 21:01:50 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-07-31 21:01:50 +0200 |
commit | dcd187da9580b41688f4e5110acd767d4deab8de (patch) | |
tree | 37a72f9151e5c5ae29f68a76bd752e3b62c8100d /doc/classes | |
parent | 0387defcbeb0e4c631d12fbc274d4fcc883943aa (diff) | |
parent | f3dc1bc7c2a486b338316899710944c139896d0e (diff) | |
download | redot-engine-dcd187da9580b41688f4e5110acd767d4deab8de.tar.gz |
Merge pull request #80066 from timothyqiu/no-pun-intended
Avoid punning `[param enabled]` in documentation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/NavigationServer2D.xml | 10 | ||||
-rw-r--r-- | doc/classes/NavigationServer3D.xml | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/classes/NavigationServer2D.xml b/doc/classes/NavigationServer2D.xml index 32215316d1..a52c9abefd 100644 --- a/doc/classes/NavigationServer2D.xml +++ b/doc/classes/NavigationServer2D.xml @@ -66,7 +66,7 @@ <param index="0" name="agent" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] is [code]true[/code] the specified [param agent] uses avoidance. + If [param enabled] is [code]true[/code], the specified [param agent] uses avoidance. </description> </method> <method name="agent_set_avoidance_layers"> @@ -283,7 +283,7 @@ <param index="0" name="link" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] is [code]true[/code] the specified [param link] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param link] will contribute to its current navigation map. </description> </method> <method name="link_set_end_position"> @@ -485,7 +485,7 @@ <param index="0" name="map" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - Set the navigation [param map] edge connection use. If [param 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 [param map] edge connection use. If [param enabled] is [code]true[/code], 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. </description> </method> <method name="obstacle_create"> @@ -520,7 +520,7 @@ <param index="0" name="obstacle" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] the provided [param obstacle] affects avoidance using agents. + If [param enabled] is [code]true[/code], the provided [param obstacle] affects avoidance using agents. </description> </method> <method name="obstacle_set_avoidance_layers"> @@ -744,7 +744,7 @@ <param index="0" name="region" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + If [param enabled] is [code]true[/code], the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. </description> </method> <method name="set_debug_enabled"> diff --git a/doc/classes/NavigationServer3D.xml b/doc/classes/NavigationServer3D.xml index ebde6fdf7b..86c605b8a3 100644 --- a/doc/classes/NavigationServer3D.xml +++ b/doc/classes/NavigationServer3D.xml @@ -73,7 +73,7 @@ <param index="0" name="agent" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] the provided [param agent] calculates avoidance. + If [param enabled] is [code]true[/code], the provided [param agent] calculates avoidance. </description> </method> <method name="agent_set_avoidance_layers"> @@ -324,7 +324,7 @@ <param index="0" name="link" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] is [code]true[/code] the specified [param link] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param link] will contribute to its current navigation map. </description> </method> <method name="link_set_end_position"> @@ -574,7 +574,7 @@ <param index="0" name="map" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - Set the navigation [param map] edge connection use. If [param 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 [param map] edge connection use. If [param enabled] is [code]true[/code], 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. </description> </method> <method name="obstacle_create"> @@ -616,7 +616,7 @@ <param index="0" name="obstacle" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] the provided [param obstacle] affects avoidance using agents. + If [param enabled] is [code]true[/code], the provided [param obstacle] affects avoidance using agents. </description> </method> <method name="obstacle_set_avoidance_layers"> @@ -813,7 +813,7 @@ <param index="0" name="region" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] is [code]true[/code] the specified [param region] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param region] will contribute to its current navigation map. </description> </method> <method name="region_set_enter_cost"> @@ -877,7 +877,7 @@ <param index="0" name="region" type="RID" /> <param index="1" name="enabled" type="bool" /> <description> - If [param enabled] the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + If [param enabled] is [code]true[/code], the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. </description> </method> <method name="set_active"> |