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
void llCreateLink(key targetId, integer parent)
key llAvatarOnSitTarget()
list llParseString2List(string str, list separators, list spacers)
integer llStringLength(string str)
void llMapDestination(string simname, vector pos, vector look_at)
integer llGetFreeURLs()
void llCollisionSprite(string impact_sprite)
rotation llAxisAngle2Rot(vector axis, float angle)