Difference between revisions of "Land collision/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) (Localized to french) |
Gally Young (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{Issues/SVC-3304/fr}} | |||
{{LSL_Event/fr | {{LSL_Event/fr | ||
|event_id=9 | |event_id=9 | ||
Line 10: | Line 11: | ||
|spec | |spec | ||
|caveats | |caveats | ||
|examples | |examples=<lsl>//L'objet disparait quand il touche le sol. | ||
default | |||
{ | |||
land_collision(vector pos) | |||
{ | |||
llDie(); | |||
} | |||
}</lsl> | |||
|helpers | |helpers | ||
|also_header=*{{LSLGC/fr|Collision|Fonctions et évènements relatifs aux collisions}} | |also_header=*{{LSLGC/fr|Collision|Fonctions et évènements relatifs aux collisions}} | ||
|also_events | |also_events= | ||
|also_functions={{LSL DefineRow||[[llGround/fr|llGround | {{LSL DefineRow||[[land_collision_start/fr|land_collision_start]]|Début de collision avec le sol}} | ||
{{LSL DefineRow||[[land_collision_end/fr|land_collision_end]]|Fin de collision avec le sol}} | |||
|also_functions={{LSL DefineRow||[[llGround/fr|llGround]]|Renvoie la distance à laquelle se trouve le sol}} | |||
|also_articles | |also_articles | ||
|also_footer | |also_footer | ||
Line 20: | Line 30: | ||
|mode | |mode | ||
|deprecated | |deprecated | ||
|issues | |||
|cat1=Collision/fr | |cat1=Collision/fr | ||
|cat2=Ground/fr | |cat2=Ground/fr | ||
|cat3 | |cat3==Land Collision/fr | ||
|cat4 | |cat4 | ||
|cat5 | |cat5 | ||
|cat6 | |cat6 | ||
}} | }} |
Revision as of 09:13, 18 April 2009
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Event: land_collision( vector pos ){ ; }9 | Event ID |
Se déclenche lorsque l'objet entre en collision avec le sol.
• vector | pos | – | position correspondant à la localisation de la collision avec le sol. |
Exemples
<lsl>//L'objet disparait quand il touche le sol. default {
land_collision(vector pos) { llDie(); }
}</lsl>
Voir aussi
Evénements
• | land_collision_start | – | Début de collision avec le sol | |
• | land_collision_end | – | Fin de collision avec le sol |
Fonctions
• | llGround | – | Renvoie la distance à laquelle se trouve le sol |
Notes complémentaires
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.