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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llList2ListStrided