Difference between revisions of "Template:LSL Constants/NavigateTo"
Jump to navigation
Jump to search
(Created page with "<noinclude>{{Pathfinding alpha}}</noinclude> {| {{Prettytable}} |-{{Hl2}} !Option !Value !Default !Description |- |FORCE_DIRECT_PATH |1 |FALSE |Makes character navigate in a stra…") |
m |
||
Line 3: | Line 3: | ||
|-{{Hl2}} | |-{{Hl2}} | ||
!Option | !Option | ||
!Value | !{{HoverText|Value|The value of the option flag - useful for debugging but not much else}} | ||
!Default | !{{HoverText|Parameters|Some options require additions parameters that are to specified immediately after the option's flag}} | ||
!{{HoverText|Default|If a parameter is not explicitly set, these are the values that are used.}} | |||
!Description | !Description | ||
|- | |- | ||
|FORCE_DIRECT_PATH | {{LSL ConstTB|FORCE_DIRECT_PATH|integer|1|c=Makes character navigate in a straight line toward pos.|nolink={{#var:path_update_no_const_links}}}} | ||
| | |[ [[integer]] {{LSL Param|boolean}} ] | ||
|FALSE | |[ [[FALSE]] ] | ||
|Makes character navigate in a straight line toward ''pos''. May be set to TRUE or FALSE. | |Makes character navigate in a straight line toward ''pos''. May be set to [[TRUE]] or [[FALSE]]. | ||
|} | |} |
Revision as of 11:58, 15 February 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. |