Skip to content

llListFindStrided

  • DirectoryllListFindStrided integer
    • ListVariable list
    • Find list
    • Start integer
    • End integer
    • Stride integer

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 after the start index and before the end index. Steps through ListVariable by stride. Returns -1 if not found.