Skip to content

llListFindList

function ll.ListFindList(ListVariable: {any}, Find: {any}): number

Returns 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.

Parameters
ListVariable ({any})
Find ({any})

Add example usage here showing SLua/Luau syntax with ll.ListFindList().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.