Difference between revisions of "At rot target/fr"

From Second Life Wiki
Jump to navigation Jump to search
(Localized to french)
 
m (updated)
 
Line 3: Line 3:
|p2_type=rotation|p2_name=targetrot|p2_desc=paramètre de [[llRotTarget/fr|llRotTarget]]
|p2_type=rotation|p2_name=targetrot|p2_desc=paramètre de [[llRotTarget/fr|llRotTarget]]
|p3_type=rotation|p3_name=ourrot|p3_desc=actuelle rotation (similaire à [[llGetRot/fr|llGetRot]])
|p3_type=rotation|p3_name=ourrot|p3_desc=actuelle rotation (similaire à [[llGetRot/fr|llGetRot]])
|event_desc=Evènement généré par la fonction {{LSLG/fr|llRotTarget}}
|event_desc=Evènement généré par la fonction [[llRotTarget/fr|llRotTarget]]
|constants
|constants
|spec
|spec
Line 14: Line 14:
{{LSL DefineRow||[[at_target/fr|at_target]]|Position cible atteinte|}}
{{LSL DefineRow||[[at_target/fr|at_target]]|Position cible atteinte|}}
{{LSL DefineRow||[[not_at_target/fr|not_at_target]]|Position cible non atteinte}}
{{LSL DefineRow||[[not_at_target/fr|not_at_target]]|Position cible non atteinte}}
|also_functions={{LSL DefineRow||[[llTarget/fr|llTarget]]|Crée une position cible}}
|also_functions=
{{LSL DefineRow||[[llTarget/fr|llTarget]]|Crée une position cible}}
{{LSL DefineRow||[[llTargetRemove/fr|llTargetRemove]]|Supprime une position cible}}
{{LSL DefineRow||[[llTargetRemove/fr|llTargetRemove]]|Supprime une position cible}}
{{LSL DefineRow||[[llRotTarget/fr|llRotTarget]]|Crée une rotation cible}}
{{LSL DefineRow||[[llRotTarget/fr|llRotTarget]]|Crée une rotation cible}}
Line 25: Line 26:
|cat1=Target/fr
|cat1=Target/fr
|cat2=Physics/fr
|cat2=Physics/fr
|cat3
|cat3=At Target/fr
|cat4
|cat4
}}
}}

Latest revision as of 10:59, 13 April 2009

Description

Event: at_rot_target( integer tnum, rotation targetrot, rotation ourrot ){ ; }

Evènement généré par la fonction llRotTarget

• integer tnum numéro renvoyé par llRotTarget
• rotation targetrot paramètre de llRotTarget
• rotation ourrot actuelle rotation (similaire à llGetRot)

Exemples

Voir aussi

Evénements

•  not_at_rot_target Rotation cible non atteinte
•  at_target Position cible atteinte
•  not_at_target Position cible non atteinte

Fonctions

•  llTarget Crée une position cible
•  llTargetRemove Supprime une position cible
•  llRotTarget Crée une rotation cible
•  llRotTargetRemove Supprime une rotation cible
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.