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

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

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.