ll.NavigateTo

ll.NavigateTo(Location: vector, Options: list) : ()

Navigate to destination. Directs an object to travel to a defined position in the region or adjacent regions.

Example

ll.NavigateTo(vector(1,1,1), {})
{
  "def": "func",
  "desc": "Navigate to destination.\nDirects an object to travel to a defined position in the region or adjacent regions.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlNavigateTo",
  "name": "NavigateTo",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Location",
          "desc": "Region coordinates for the character to navigate to.",
          "type": [
            "vector"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Options",
          "desc": "List of parameters to control the type of path-finding used. Currently only FORCE_DIRECT_PATH supported.",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll