ll.PatrolPoints(Points: list, Options: list) : ()
Patrol a list of points. Sets the points for a character (llCreateCharacter) to patrol along.
ll.PatrolPoints({}, {})
{
"def": "func",
"desc": "Patrol a list of points.\nSets the points for a character (llCreateCharacter) to patrol along.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlPatrolPoints",
"name": "PatrolPoints",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Points",
"desc": "A list of vectors for the character to travel through sequentially. The list must contain at least two entries.",
"type": [
"list"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "No options available at this time.",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}