CHARACTER AVOIDANCE MODE

From Second Life Wiki
Revision as of 07:05, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant/Pathfinding Character}}{{LSL Constant |name=CHARACTER_AVOIDANCE_MODE |type=integer |value=5 |desc=Used in the functions of pathfinding . Is combined with a mask bi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:LSL Constant/Pathfinding Character

Description

Constant: integer CHARACTER_AVOIDANCE_MODE = 5;

The integer constant CHARACTER_AVOIDANCE_MODE has the value 5

Used in the functions of pathfinding . Is combined with a mask bit flags. The default is AVOID_CHARACTERS

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CHARACTER_AVOIDANCE_MODE = 5;