Difference between revisions of "LlStopSound/fr"

From Second Life Wiki
Jump to navigation Jump to search
(Localized to french)
 
(proofreading)
 
Line 8: Line 8:
|caveats
|caveats
|constants
|constants
|examples=<pre>//appel de la fonction llStopSound  
|examples=<lsl>//appel de la fonction llStopSound  
llStopSound();</pre>
llStopSound();</lsl>
|helpers
|helpers
|also_functions
|also_functions
Line 15: Line 15:
|also_events
|also_events
|also_articles
|also_articles
|notes=<b>Aucun argument ne doit être ajouté à la fonction;</b> Tenter de passer un argument (exemple : "llStopSound("loop.wav");"renvoi un message d’erreur : <i>Function Call mismatches type or number of arguments</i>.  
|notes=<b>Aucun argument ne doit être ajouté à la fonction;</b> Tenter de passer un argument (par exemple : "llStopSound("loop.wav");" ) renvoi un message d’erreur : <i>Function Call mismatches type or number of arguments</i>.  
|deprecated
|deprecated
|cat1=Sound/fr
|cat1=Sound/fr

Latest revision as of 03:12, 27 June 2008

Description

Fonction: llStopSound( );

Arrête le son lié actuellement joué.


Exemples

<lsl>//appel de la fonction llStopSound llStopSound();</lsl>

Notes

Aucun argument ne doit être ajouté à la fonction; Tenter de passer un argument (par exemple : "llStopSound("loop.wav");" ) renvoi un message d’erreur : Function Call mismatches type or number of arguments.

Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.