Difference between revisions of "LlAdjustSoundVolume"

From Second Life Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 19:56, 18 February 2007

Summary

Function: llAdjustSoundVolume( float <span title="number between 0.0(silent) and 1.0(loud) (0.0 <= volume <= 1.0)" style="border-bottom:1px dotted; cursor:help;">volume );

Adjusts volume of attached sound.

• float volume number between 0.0(silent) and 1.0(loud) (0.0 <= volume <= 1.0)

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llAdjustSoundVolume( float volume );