Difference between revisions of "LlLoopSoundSlave"

From Second Life Wiki
Jump to navigation Jump to search
Line 19: Line 19:
|notes
|notes
|permission
|permission
|inventory=sound
|negative_index
|negative_index
|sort=LoopSoundSlave
|sort=LoopSoundSlave

Revision as of 12:21, 13 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 );

Plays attached sound looping at volume (0.0 - 1.0), 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

Search JIRA for related Issues

Signature

function void llLoopSoundSlave( string sound, float volume );