Difference between revisions of "LlLoopSoundMaster"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llLoopSoundMaster moved to LlLoopSoundMaster: removing prefix)
(No difference)

Revision as of 17:48, 20 February 2007

Summary

Function: llLoopSoundMaster( string sound, float <span title="between 0.0 (silent) and 1.0 (loud) (0.0 <= volume <= 1.0)" style="border-bottom:1px dotted; cursor:help;">volume );
0.0 Forced Delay
10.0 Energy

Plays attached sound looping at volume, declares it a sync master.

• string sound inventory name or UUID
• float volume between 0.0 (silent) and 1.0 (loud) (0.0 <= volume <= 1.0)

Examples

Deep Notes

Signature

function void llLoopSoundMaster( string sound, float volume );