ll.ListFindList (ListVariable: list, Find: list) -> numberReturns the index of the first instance of Find in ListVariable. Returns -1 if not found. Returns the position of the first instance of the Find list in the ListVariable. Returns -1 if not found.
ll.ListFindList({}, {})
{
"def": "func",
"desc": "Returns the index of the first instance of Find in ListVariable. Returns -1 if not found.\nReturns the position of the first instance of the Find list in the ListVariable. Returns -1 if not found.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlListFindList",
"private": false,
"takesSelf": false,
"name": "ListFindList",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Find",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}