Template:LSL Constants/NavigateTo: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Pedro Oval (talk | contribs)
m Change category from Pathfinding to LSL_Pathfinding
Frionil Fang (talk | contribs)
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.