CHARACTER ORIENTATION: Difference between revisions
Jump to navigation
Jump to search
Initial draft of the page. |
Defined the associated constants. |
||
| Line 6: | Line 6: | ||
|examples | |examples | ||
|constants= | |constants= | ||
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_ORIENTATION}}|3={{#var:comment}}}} | |||
{{LSL DefineRow|1=|2={{LSL Const|VERTICAL}}|3={{#var:comment}}}} | |||
{{LSL DefineRow|1=|2={{LSL Const|HORIZONTAL}}|3={{#var:comment}}}} | |||
|functions=[[llCreateCharacter]], [[llUpdateCharacter]] | |functions=[[llCreateCharacter]], [[llUpdateCharacter]] | ||
|events=[[path_update]] | |events=[[path_update]] | ||
Latest revision as of 02:56, 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_ORIENTATION = 4;The integer constant CHARACTER_ORIENTATION has the value 4
Constant used to indicate that the following argument is the orientation of the capsule for a Pathfinding character. This is used to help denote how to interpret the size of a character.
Caveats
Related Articles
Constants
| • | CHARACTER_ORIENTATION | |||
| • | VERTICAL | |||
| • | HORIZONTAL |