Template:LSL Constants/Pursue

From Second Life Wiki
Revision as of 13:22, 14 February 2012 by Jeremy Linden (talk | contribs) (Created page with "<noinclude>{{Pathfinding alpha}}</noinclude> <noinclude>{{Pathfinding alpha}}</noinclude> {| {{Prettytable}} |-{{Hl2}} !Option !Value !Description !Usage !Default Value |- |PURSU…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Option Value Description Usage Default Value
PURSUIT_OFFSET 1 Go to a position offset from the target. <lsl>[PURSUIT_OFFSET, vector offset]</lsl> ZERO_VECTOR
REQUIRE_LINE_OF_SIGHT 2 Define whether the character needs a line-of-sight to give chase. <lsl>[REQUIRE_LINE_OF_SIGHT, integer boolean]</lsl> FALSE
PURSUIT_INTERCEPT 4 Define whether the character attempts to predict the target's location. <lsl>[PURSUIT_INTERCEPT, integer boolean]</lsl> FALSE
PURSUIT_FUZZ_FACTOR ? Selects a random destination near the offset. <lsl>[PURSUIT_FUZZ_FACTOR, float factor]</lsl> 0.0