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

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<noinclude>{{Pathfinding alpha}}</noinclude>
<noinclude>{{Pathfinding alpha}}</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}}
Line 11: Line 15:
|[&nbsp;[[integer]]&nbsp;{{LSL Param|boolean}}&nbsp;]
|[&nbsp;[[integer]]&nbsp;{{LSL Param|boolean}}&nbsp;]
|[&nbsp;[[FALSE]]&nbsp;]
|[&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]].
|}
|}

Revision as of 20:56, 12 June 2012

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.