Skip to content

llLinkSetSoundRadius

function ll.LinkSetSoundRadius(LinkNumber: number, radius: 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
radius (number)
Maximum distance that sounds can be heard.

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

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