Difference between revisions of "Land collision end/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) (localized tio french) |
Gally Young (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{LSL_Event/fr | {{Issues/SVC-3304/fr}}{{LSL_Event/fr | ||
|event_id=10|event_delay|event=land_collision_end | |event_id=10|event_delay|event=land_collision_end | ||
|p1_type=vector|p1_name=pos|p1_desc=Position de la dernière collision avec le sol. | |p1_type=vector|p1_name=pos|p1_desc=Position de la dernière collision avec le sol. | ||
Line 9: | Line 9: | ||
|helpers | |helpers | ||
|also_header=*{{LSLGC/fr|Collision|Fonctions & évènements relatifs aux collisions }} | |also_header=*{{LSLGC/fr|Collision|Fonctions & évènements relatifs aux collisions }} | ||
|also_events={{LSL DefineRow||[[land_collision_start/fr|land_collision_start]]|Evènement déclenché en début de collision.}} | |also_events= | ||
{{LSL DefineRow||[[land_collision_start/fr|land_collision_start]]|Evènement déclenché en début de collision.}} | |||
{{LSL DefineRow||[[land_collision|land_collision]]|Evènement déclenché par une collision}} | |||
|also_functions={{LSL DefineRow||[[llGround/fr|llGround]]|Renvoie la distance du sol}} | |also_functions={{LSL DefineRow||[[llGround/fr|llGround]]|Renvoie la distance du sol}} | ||
|also_articles | |also_articles | ||
Line 16: | Line 18: | ||
|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 | ||
}} | }} |
Latest revision as of 09:18, 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_end( vector pos ){ ; }10 | Event ID |
Se déclenche lorsque la prim arrête d'être en collision avec le sol.
• vector | pos | – | Position de la dernière collision avec le sol. |
Exemples
Voir aussi
Evénements
• | land_collision_start | – | Evènement déclenché en début de collision. | |
• | land_collision | – | Evènement déclenché par une collision |
Fonctions
• | llGround | – | Renvoie la distance du sol |
Notes complémentaires
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.