Difference between revisions of "CHARACTER TYPE A"

From Second Life Wiki
Jump to navigation Jump to search
(Changed category)
(Added the path_update event to the relevant events.)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=0
|value=0
|desc
|desc=Used for character types that you prefer move in a way consistent with humanoids.
|examples
|examples
|constants=
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_B}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_C}}|3={{#var:comment}}}}
{{LSL DefineRow|1=|2={{LSL Const|CHARACTER_TYPE_D}}|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_A = 0;

The integer constant CHARACTER_TYPE_A has the value 0

Used for character types that you prefer move in a way consistent with humanoids.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CHARACTER_TYPE_A = 0;