llListInsertList
function ll.ListInsertList(Target: {any}, ListVariable: {any}, Position: number): {any}Returns a list that contains all the elements from Target but with the elements from ListVariable inserted at Position start.
Returns a new list, created by inserting ListVariable into the Target list at Position. Note this does not alter the Target.
Parameters
-
Target({any}) -
ListVariable({any}) -
Position(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ListInsertList().
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: llListInsertList