llSetSoundQueueing
LSLvoid llSetSoundQueueing(integer queue)
Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the currently playing sound.\ The default for objects is FALSE. Setting this value to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep.
Parameters
| Type | Name |
|---|---|
| integer | queue |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llHTTPResponse(key id, integer status, string body)
key llRequestDisplayName(key id)
void llSetTexture(string texture, integer face)
void llSound(string sound, float volume, integer queue, integer loop)
string llGetRegionName()
vector llGetMoonDirection()
integer llOverMyLand(string id)
string llList2String(list src, integer index)