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

From Second Life Wiki
Jump to navigation Jump to search
m
m (Change category from Pathfinding to LSL_Pathfinding)
Line 1: Line 1:
<noinclude>{{Pathfinding alpha}}</noinclude>{{#if:
<noinclude>{{Pathfinding LSL 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}}
{{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}}

Revision as of 08:23, 30 August 2013

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.