Difference between revisions of "LlStopSound"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
|func=llStopSound
|func=llStopSound
|func_footnote
|func_footnote
|func_desc=Stops currently attached sound
|func_desc=Stops all attached sounds that are currently playing
|return_text
|return_text
|spec
|spec
|caveats
|caveats=*There is no way to stop a specific sound.
|constants
|constants
|examples=
|examples
<lsl>
//call llStopSound with no arguments ()
llStopSound();
</lsl>
|helpers
|helpers
|also_functions
|also_functions=
{{LSL DefineRow||[[llSound]]}}
{{LSL DefineRow||[[llPlaySound]]}}
{{LSL DefineRow||[[llLoopSound]]}}
{{LSL DefineRow||[[llLoopSoundMaster]]}}
{{LSL DefineRow||[[llLoopSoundSlave]]}}
|also_tests
|also_tests
|also_events
|also_events
|also_articles
|also_articles
|notes=<b>No arguments are defined by the function;</b> attempting to pass an argument (i.e. "llStopSound("loop.wav");" results in a compiler error-<i>Function Call mismatches type or number of arguments</i>.
|notes
|deprecated
|deprecated
|cat1=Sound
|cat1=Sound

Revision as of 07:04, 16 April 2009