Difference between revisions of "LlPlaySoundSlave"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=90|func_sleep=0.0|func_energy=10.0|func=llPlaySoundSlave|p1_type=string|p1_name=sound|p2_type=float|p2_name=volume|func_footnote=plays attached sound once at volume (0.0 - 1.0), synced to next loop of most audible sync master|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=90|func_sleep=0.0|func_energy=10.0
|func=llPlaySoundSlave
|p1_type=string|p1_name=sound|p1_desc=inventory item or [[UUID]]
|p2_type=float|p2_name=volume|p2_desc=between 0.0 (silent) and 1.0 (loud) (0.0 <= '''volume''' <= 1.0)
|inventory=sound
|func_footnote
|func_desc=Plays attached sound once at volume, synced to next loop of most audible sync master
|return_text
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|sort=PlaySoundSlave
|cat1=Sound
|cat2
|cat3
|cat4
}}

Revision as of 12:45, 13 February 2007

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 );