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

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|CHARACTER_CMD_JUMP
|CHARACTER_CMD_JUMP
|0x1
|0x1
|Makes the character jump.
|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 21:03, 16 February 2012

Command Value Description
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.