Difference between revisions of "Template:LSL Constants/ExecCharacterCmd"
Jump to navigation
Jump to search
m (This is why the PrimitiveParam interface is preferable, less confusing.) |
Frionil Fang (talk | contribs) (deprecated template) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Pathfinding | <noinclude>{{LSLC|Pathfinding}}</noinclude>{{#if: | ||
{{#vardefine:p_height_desc|height to jump, between 0.1m and 2.0m}} | {{#vardefine:p_height_desc|height to jump, between 0.1m and 2.0m}} |
Latest revision as of 15:45, 28 October 2023
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. |