Difference between revisions of "CHARACTER AVOIDANCE MODE"
Jump to navigation
Jump to search
(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…") |
|||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=5 | |value=5 | ||
|desc=Used in the functions of pathfinding . Is combined with a mask bit flags. The default is AVOID_CHARACTERS | AVOID_DYNAMIC_OBSTACLES. | |desc=Used in the functions of pathfinding . Is combined with a mask bit flags. The default is AVOID_CHARACTERS|AVOID_DYNAMIC_OBSTACLES. | ||
Allows you to specify that a character should not try to avoid other characters, should not try to avoid dynamic obstacles (relatively fast moving objects and avatars), or both. | Allows you to specify that a character should not try to avoid other characters, should not try to avoid dynamic obstacles (relatively fast moving objects and avatars), or both. | ||
{{LSL_Constants/llCreateCharacter|}} | {{LSL_Constants/llCreateCharacter|}} |
Revision as of 06:05, 5 June 2013
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 |