llAdjustSoundVolume

From Second Life Wiki
Revision as of 04:06, 28 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llAdjustSoundVolume( float <span title="number between 0.0 and 1.0 [0.0, 1.0] (0.0 <= volume <= 1.0)" style="border-bottom:1px dotted; cursor:help;">volume );
0.1 Forced Delay
10.0 Energy

Adjusts volume of attached sound.

• float volume number between 0.0 and 1.0 [0.0, 1.0] (0.0 <= volume <= 1.0)

Caveats

  • This function causes the script to sleep for 0.1 seconds.

Examples

Deep Notes

Signature

function void llAdjustSoundVolume( float volume );