llLinkAdjustSoundVolume
function ll.LinkAdjustSoundVolume(LinkNumber: number, Volume: number)Adjusts the volume (0.0 - 1.0) of the currently playing sound attached to the link.
This function has no effect on sounds started with llTriggerSound.
Parameters
-
LinkNumber(number) - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
-
Volume(number) - The volume to set.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.LinkAdjustSoundVolume().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llLinkAdjustSoundVolume