Difference between revisions of "Template:LSL Constants/llGetClosestNavPoint"

From Second Life Wiki
Jump to navigation Jump to search
m (Change category from Pathfinding to LSL_Pathfinding)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Pathfinding alpha}}</noinclude>
<noinclude>{{Pathfinding LSL alpha}}</noinclude>
{| class="sortable" {{Prettytable}}
{| id="Options" class="sortable" {{Prettytable}}
|-{{Hl2}}
|-{{Hl2}}
! class="sortable" | Option
! class="sortable" | Options
! class="sortable" title="Value" | V
! class="sortable" style="min-width:35px;" title="Value"|V
! class="unsortable" | Parameters
! class="unsortable" | Parameters
! class="unsortable" | Default
! class="unsortable" | Default
Line 18: Line 18:
|Specifies whether the test should use the static or dynamic nav mesh.  In the static case, all dynamic obstacles are ignored.
|Specifies whether the test should use the static or dynamic nav mesh.  In the static case, all dynamic obstacles are ignored.
|-
|-
{{LSL ConstTB|CHARACTER_TYPE|integer|6|b=[&nbsp;|e=&nbsp;]|s1=id="CHARACTER_TYPE"|nolink={{#var:path_update_no_const_links}}|c=Filters nav points by eliminating nav mesh faces which are 0% walkable for the specified character type.}}
{{LSL ConstTB|CHARACTER_TYPE|integer|6|b=[&nbsp;|e=&nbsp;]|s1=id="CHARACTER_TYPE"|nolink={{#var:path_update_no_const_links}}|c=Filters nav points by eliminating nav mesh faces which are 0% walkable for the specified character type.  In the default CHARACTER_TYPE_NONE case, all nav mesh faces are included.}}
|[&nbsp;[[integer]]&nbsp;{{HoverText|type|Character type.}}&nbsp;]
|[&nbsp;[[integer]]&nbsp;{{HoverText|type|Character type.}}&nbsp;]
|[&nbsp;{{HoverText|CHARACTER_TYPE_NONE|Do not filter by character type}}&nbsp;]
|[&nbsp;{{HoverText|CHARACTER_TYPE_NONE|Do not filter by character type}}&nbsp;]
|Filters nav points by eliminating nav mesh faces which are 0% walkable for the specified character type.
|Filters nav points by eliminating nav mesh faces which are 0% walkable for the specified character type.  In the default CHARACTER_TYPE_NONE case, all nav mesh faces are included.
|}
|}

Revision as of 08:25, 30 August 2013

Options V Parameters Default Description
GCNP_RADIUS ] 0 float distance ] 20.0 ] Limits how far out to search for a navigation point.
GCNP_STATIC ] 1 integer use_static_mesh ] FALSE ] Specifies whether the test should use the static or dynamic nav mesh. In the static case, all dynamic obstacles are ignored.
CHARACTER_TYPE ] 6 integer type ] CHARACTER_TYPE_NONE ] Filters nav points by eliminating nav mesh faces which are 0% walkable for the specified character type. In the default CHARACTER_TYPE_NONE case, all nav mesh faces are included.