Difference between revisions of "CHARACTER LENGTH"
Jump to navigation
Jump to search
(Initial draft of the page.) |
(Added the path_update event to the relevant events.) |
||
Line 7: | Line 7: | ||
|constants= | |constants= | ||
|functions=[[llCreateCharacter]], [[llUpdateCharacter]] | |functions=[[llCreateCharacter]], [[llUpdateCharacter]] | ||
|events | |events=[[path_update]] | ||
|cat1=Pathfinding | |cat1=Pathfinding | ||
|cat2 | |cat2 |
Latest revision as of 01:52, 16 October 2012
Template:LSL Constant/Pathfinding Character
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CHARACTER_LENGTH = 3;The integer constant CHARACTER_LENGTH has the value 3
Constant used to indicate that the following argument is the length of the capsule for a Pathfinding character. This is used to help denote the size of the character.
Caveats