ll.ExecCharacterCmd

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.

Example

ll.ExecCharacterCmd(10, {})
{
  "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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlExecCharacterCmd",
  "name": "ExecCharacterCmd",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Command",
          "desc": "Command to send.",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Options",
          "desc": "Height for CHARACTER_CMD_JUMP.",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll