llListInsertList
list llListInsertList(list Target, list ListVariable, integer Position)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(list) -
ListVariable(list) -
Position(integer)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here