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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlPatrolPoints",
"private": false,
"takesSelf": false,
"name": "PatrolPoints",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"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": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "No options available at this time.",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}