Difference between revisions of "LlGetOwner/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) m (fixe) |
Void Singer (talk | contribs) m (formatted example) |
||
Line 9: | Line 9: | ||
|caveats | |caveats | ||
|constants | |constants | ||
|examples=< | |examples=<lsl>default | ||
{ | { | ||
state_entry() | state_entry() | ||
Line 15: | Line 15: | ||
llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre."); | llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre."); | ||
} | } | ||
}</ | }</lsl> | ||
|helpers | |helpers | ||
|also_functions= | |also_functions= |
Latest revision as of 15:14, 19 February 2008
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: key llGetOwner( );Exemples
<lsl>default {
state_entry() { llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre."); }
}</lsl>
Voir également
Fonctions
• | llGetCreator | |||
• | llGetOwnerKey | |||
• | llDetectedOwner |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.