Template:LSL Constants/ExecCharacterCmd
Revision as of 09:21, 11 May 2012 by Strife Onizuka (talk | contribs) (This is why the PrimitiveParam interface is preferable, less confusing.)
Command | Value | Description & Required Parameters | |||||
---|---|---|---|---|---|---|---|
CHARACTER_CMD_JUMP | 0x1 | Makes the character jump. The option list is required to start with a height parameter: [float height]
| |||||
CHARACTER_CMD_SMOOTH_STOP | 0x2 | Stops any current pathfinding operation in a smooth like fashion. | |||||
CHARACTER_CMD_STOP | 0x0 | Stops any current pathfinding operation. |