CHARACTER AVOIDANCE MODE
Revision as of 06: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…")
Template:LSL Constant/Pathfinding Character
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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
Caveats
Related Articles
Constants
• | AVOID_CHARACTERS | |||
• | AVOID_DYNAMIC_OBSTACLES | |||
• | AVOID_NONE |