Skip to content

llLinkAdjustSoundVolume

Function Syntax
void llLinkAdjustSoundVolume(
  1. integer LinkNumber, // Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
  2. float Volume // The volume to set.
);

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.