llListReplaceList
LSLlist llListReplaceList(list dest, list src, integer start, integer end)
Returns a list that is Target with Start through End removed and ListVariable inserted at Start.\ Returns a list replacing the slice of the Target list from Start to End with the specified ListVariable. Start and End are inclusive, so 0, 1 would replace the first two entries and 0, 0 would replace only the first list entry.
Parameters
| Type | Name |
|---|---|
| list | dest |
| list | src |
| integer | start |
| integer | end |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llMakeExplosion(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
void llStartAnimation(string anim)
float llAngleBetween(rotation a, rotation b)
float llGetTimeOfDay()
void llRegionSayTo(string target, integer channelID, string text)
vector llRot2Axis(rotation rot)
list llGetExperienceDetails(string experience_key)
void llLoopSoundMaster(string sound, float volume)