Difference between revisions of "LlLoopSoundSlave"

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

Revision as of 17:48, 20 February 2007

Summary

Function: llLoopSoundSlave( 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, synced to most audible 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 llLoopSoundSlave( string sound, float volume );