Difference between revisions of "CHARACTER ORIENTATION"

From Second Life Wiki
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

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.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CHARACTER_ORIENTATION = 4;