LlStopSound

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Function: llStopSound( );
92 Function ID
0.0 Delay
10.0 Energy

Stops currently attached sound


Examples

 
//call llStopSound with no arguments ()
llStopSound();
 

Notes

No arguments are defined by the function; attempting to pass an argument (i.e. "llStopSound("loop.wav");" results in a compiler error-Function Call mismatches type or number of arguments.

Personal tools