ll.ExecCharacterCmd (Command: number, Options: list) -> ()Execute a character command. Send a command to the path system. Currently only supports stopping the current path-finding operation or causing the character to jump.
ll.ExecCharacterCmd(3.14, {})
{
"def": "func",
"desc": "Execute a character command.\nSend a command to the path system.\nCurrently only supports stopping the current path-finding operation or causing the character to jump.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlExecCharacterCmd",
"private": false,
"takesSelf": false,
"name": "ExecCharacterCmd",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Command",
"desc": "Command to send.",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "Height for CHARACTER_CMD_JUMP.",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}