Difference between revisions of "CHARACTER TYPE B"

From Second Life Wiki
Jump to navigation Jump to search
m (added links to related character types)
(Added the path_update event to the relevant events.)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=1
|value=1
|desc=Used for character types that you prefer move in a way consistent with animals.
|desc=Used for character types that you prefer move in a way consistent with wild animals or off road vehicles.
|examples
|examples
|constants=
|constants=
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_A}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_A}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_C}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_C}}|3={{#var:comment}}}}
Line 11: Line 12:
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_NONE}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_NONE}}|3={{#var:comment}}}}
|functions
|functions
|events
|events=[[path_update]]
|cat1=Pathfinding
|cat1=Pathfinding
|cat2
|cat2

Latest revision as of 02:50, 16 October 2012

Template:LSL Constant/Pathfinding Character

Description

Constant: integer CHARACTER_TYPE_B = 1;

The integer constant CHARACTER_TYPE_B has the value 1

Used for character types that you prefer move in a way consistent with wild animals or off road vehicles.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CHARACTER_TYPE_B = 1;