ll.ListFindListNext (ListVariable: list, Find: list, Instance: number) -> numberReturns the index of the nth instance of Find in ListVariable. Returns -1 if not found.
ll.ListFindListNext({}, {}, 3.14)
{
"def": "func",
"desc": "Returns the index of the nth instance of Find in ListVariable. Returns -1 if not found.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlListFindListNext",
"private": false,
"takesSelf": false,
"name": "ListFindListNext",
"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
},
{
"def": "arg",
"name": "Instance",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}