Difference between revisions of "LlGetPos/fr"
< LlGetPos
Jump to navigation
Jump to search
Gally Young (talk | contribs) (Localized to french) |
m (Saving with no change) |
||
Line 19: | Line 19: | ||
// et la dit sur le canal public (say) | // et la dit sur le canal public (say) | ||
vector position = llGetPos(); | vector position = llGetPos(); | ||
llSay(0, (string)position); | llSay(0, (string) position); | ||
} | } | ||
} | } |
Revision as of 09:03, 6 April 2008
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: vector llGetPos( );59 | N° de fonction |
0.0 | Delais |
10.0 | Energie |
Renvoie un vector correspondant à la position de la prim dans le référentiel régional.
Exemples
default { touch_start(integer total_number) { // quand la prim est touchée, controle la position // de l’objet et l’enregistre dans "position", // puis la convertit en string // et la dit sur le canal public (say) vector position = llGetPos(); llSay(0, (string) position); } }
Voir également
Fonctions
• | llGetLocalPos | – | Renvoie la position de la prim dans un référentiel local. | |
• | llSetPos | – | Change la position de la prim |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.