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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>{{Pathfinding alpha}}</noinclude> {| {{Prettytable}} |-{{Hl2}} !Option !Value !Default !Description |- |FORCE_DIRECT_PATH |1 |FALSE |Makes character navigate in a stra…")
 
(deprecated template)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Pathfinding alpha}}</noinclude>
<noinclude>{{LSLC|Pathfinding}}</noinclude>{{#if:
 
{{LSL Function/boolean|boolean|if=*|td=makes the character navigate in a straight line toward {{LSLP|pos}}|th=makes the character navigate in a straight line toward 'pos'|fd=the character may navigate in a less direct route}}
 
}}
{| {{Prettytable}}
{| {{Prettytable}}
|-{{Hl2}}
|-{{Hl2}}
!Option
!Option
!Value
!{{HoverText|Value|The value of the option flag - useful for debugging but not much else}}
!Default
!{{HoverText|Parameters|Some options require additions parameters that are to specified immediately after the option's flag}}
!{{HoverText|Default|If a parameter is not explicitly set, these are the values that are used.}}
!Description
!Description
|-
|-
|FORCE_DIRECT_PATH
{{LSL ConstTB|FORCE_DIRECT_PATH|integer|1|c=Makes character navigate in a straight line toward pos.|nolink={{#var:path_update_no_const_links}}}}
|1
|[&nbsp;[[integer]]&nbsp;{{LSL Param|boolean}}&nbsp;]
|FALSE
|[&nbsp;[[FALSE]]&nbsp;]
|Makes character navigate in a straight line toward ''pos''.  May be set to TRUE or FALSE.
|Makes character navigate in a straight line toward {{LSLP|pos}}.  May be set to [[TRUE]] or [[FALSE]].
|}
|}

Latest revision as of 16:46, 28 October 2023

Option Value Parameters Default Description
FORCE_DIRECT_PATH 1 integer boolean ] FALSE ] Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.