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

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<noinclude>{{Pathfinding alpha}}</noinclude>
<noinclude>{{Pathfinding alpha}}</noinclude>
{| {{Prettytable}}
{| class="sortable" {{Prettytable}}
|- {{Hl2}}
|- {{Hl2}}
!Command
! class="sortable" | Command
!Value
! class="sortable" | Value
!Description
! class="unsortable" | Description
|-
|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.
|-
|-
|CHARACTER_CMD_SMOOTH_STOP
|CHARACTER_CMD_SMOOTH_STOP
Line 13: Line 17:
|0x0
|0x0
|Stops any current pathfinding operation.
|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.
|}
|}

Revision as of 22:36, 10 May 2012

Command Value Description
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.
CHARACTER_CMD_SMOOTH_STOP 0x2 Stops any current pathfinding operation.
CHARACTER_CMD_STOP 0x0 Stops any current pathfinding operation.