ll.NavigateTo (Location: vector, Options: list) -> ()Navigate to destination. Directs an object to travel to a defined position in the region or adjacent regions.
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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlNavigateTo",
"private": false,
"takesSelf": false,
"name": "NavigateTo",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Location",
"desc": "Region coordinates for the character to navigate to.",
"type": [
{
"def": "simple",
"value": "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": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}