LSL Wiki Mirror 10-5-2006: llSetSoundQueueing

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
llSetSoundQueueing(integer queue)

Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the playing sound. The default for objects is FALSE. Setting queue to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep (i.e., only one sound will queue up at a time).

Note: State transitions disable sound queueing. So the queue is set to TRUE, and then the state changes, sound queueing will be disabled.


Functions | Sound
There are 4 comments on this page. [Display comments/form]