llPlaySoundSlave

From Second Life Wiki
Revision as of 12:45, 13 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llPlaySoundSlave( 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 once at volume, synced to next loop of most audible sync master

• string sound inventory item 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 llPlaySoundSlave( string sound, float volume );