|
73 | 73 | <param index="0" name="agent" type="RID" /> |
74 | 74 | <param index="1" name="enabled" type="bool" /> |
75 | 75 | <description> |
76 | | - If [param enabled] the provided [param agent] calculates avoidance. |
| 76 | + If [param enabled] is [code]true[/code], the provided [param agent] calculates avoidance. |
77 | 77 | </description> |
78 | 78 | </method> |
79 | 79 | <method name="agent_set_avoidance_layers"> |
|
324 | 324 | <param index="0" name="link" type="RID" /> |
325 | 325 | <param index="1" name="enabled" type="bool" /> |
326 | 326 | <description> |
327 | | - If [param enabled] is [code]true[/code] the specified [param link] will contribute to its current navigation map. |
| 327 | + If [param enabled] is [code]true[/code], the specified [param link] will contribute to its current navigation map. |
328 | 328 | </description> |
329 | 329 | </method> |
330 | 330 | <method name="link_set_end_position"> |
|
574 | 574 | <param index="0" name="map" type="RID" /> |
575 | 575 | <param index="1" name="enabled" type="bool" /> |
576 | 576 | <description> |
577 | | - 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. |
| 577 | + 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. |
578 | 578 | </description> |
579 | 579 | </method> |
580 | 580 | <method name="obstacle_create"> |
|
616 | 616 | <param index="0" name="obstacle" type="RID" /> |
617 | 617 | <param index="1" name="enabled" type="bool" /> |
618 | 618 | <description> |
619 | | - If [param enabled] the provided [param obstacle] affects avoidance using agents. |
| 619 | + If [param enabled] is [code]true[/code], the provided [param obstacle] affects avoidance using agents. |
620 | 620 | </description> |
621 | 621 | </method> |
622 | 622 | <method name="obstacle_set_avoidance_layers"> |
|
813 | 813 | <param index="0" name="region" type="RID" /> |
814 | 814 | <param index="1" name="enabled" type="bool" /> |
815 | 815 | <description> |
816 | | - If [param enabled] is [code]true[/code] the specified [param region] will contribute to its current navigation map. |
| 816 | + If [param enabled] is [code]true[/code], the specified [param region] will contribute to its current navigation map. |
817 | 817 | </description> |
818 | 818 | </method> |
819 | 819 | <method name="region_set_enter_cost"> |
|
877 | 877 | <param index="0" name="region" type="RID" /> |
878 | 878 | <param index="1" name="enabled" type="bool" /> |
879 | 879 | <description> |
880 | | - 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. |
| 880 | + 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. |
881 | 881 | </description> |
882 | 882 | </method> |
883 | 883 | <method name="set_active"> |
|
0 commit comments