Skip to content

llLinkSetSoundQueueing

function ll.LinkSetSoundQueueing(LinkNumber: number, QueueEnable: number)

Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius around the link.

Parameters
LinkNumber (number)
Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
QueueEnable (number)
Boolean, sound queuing for the linked prim: TRUE enables, FALSE disables (default).

Add example usage here showing SLua/Luau syntax with ll.LinkSetSoundQueueing().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.