llListFindListNext
function ll.ListFindListNext(ListVariable: {any}, Find: {any}, Instance: number): numberReturns the index of the nth instance of Find in ListVariable. Returns -1 if not found.
Parameters
-
ListVariable({any}) -
Find({any}) -
Instance(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ListFindListNext().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llListFindListNext