llListInsertList
LSLlist llListInsertList(list dest, list src, integer start)
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
| Type | Name |
|---|---|
| list | dest |
| list | src |
| integer | start |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
vector llRot2Axis(rotation rot)
string llKey2Name(key id)
void llReleaseControls()
string llIntegerToBase64(integer number)
string llList2CSV(list src)
void llTeleportAgentGlobalCoords(string agent, vector global, vector pos, vector lookAt)
void llSetContentType(key id, integer type)
float llVecDist(vector a, vector b)