Difference between revisions of "HORIZONTAL"
Jump to navigation
Jump to search
(Initial draft of the page.) |
(Added the character orientation constant to the list of 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|VERTICAL}}|3={{#var:comment}}}} | ||
{{LSL DefineRow|1=|2={{LSL Const|HORIZONTAL}}|3={{#var:comment}}}} | {{LSL DefineRow|1=|2={{LSL Const|HORIZONTAL}}|3={{#var:comment}}}} |
Latest revision as of 01:55, 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 HORIZONTAL = 1;The integer constant HORIZONTAL has the value 1
Constant to indicate that the orientation of the capsule for a Pathfinding character is horizontal.
Caveats
Related Articles
Constants
• | CHARACTER_ORIENTATION | |||
• | VERTICAL | |||
• | HORIZONTAL |