Difference between revisions of "HORIZONTAL"

From Second Life Wiki
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 02:55, 16 October 2012

Template:LSL Constant/Pathfinding Character

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.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer HORIZONTAL = 1;