Skip to content

llList2ListStrided

function ll.List2ListStrided(ListVariable: {any}, Start: number, End: number, Stride: number): {any}

Copies the strided slice of the list from Start to End.

Returns a copy of the strided slice of the specified list from Start to End.

Parameters
ListVariable ({any})
Start (number)
End (number)
Stride (number)

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

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