Difference between revisions of "Template:LSL Constants/ExecCharacterCmd"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
!Value
!Value
!Description
!Description
|-
|CHARACTER_CMD_SMOOTH_STOP
|0x2
|Stops any current pathfinding operation.
|-
|-
|CHARACTER_CMD_STOP
|CHARACTER_CMD_STOP

Revision as of 20:58, 10 May 2012

Command Value Description
CHARACTER_CMD_SMOOTH_STOP 0x2 Stops any current pathfinding operation.
CHARACTER_CMD_STOP 0x0 Stops any current pathfinding operation.
CHARACTER_CMD_JUMP 0x1 Makes the character jump. Requires an additional parameter, the height to jump, between 0.1m and 2.0m. This must be provided as the first element of the llExecCharacterCmd option list.