Difference between revisions of "Template:LSL Constants/NavigateTo"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (deprecated template) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Pathfinding | <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}} | ||
Line 11: | Line 15: | ||
|[ [[integer]] {{LSL Param|boolean}} ] | |[ [[integer]] {{LSL Param|boolean}} ] | ||
|[ [[FALSE]] ] | |[ [[FALSE]] ] | ||
|Makes character navigate in a straight line toward | |Makes character navigate in a straight line toward {{LSLP|pos}}. May be set to [[TRUE]] or [[FALSE]]. | ||
|} | |} |
Latest revision as of 15: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. |