Difference between revisions of "LlGetCreator/fr"
Jump to navigation
Jump to search
m (Proofread) |
Void Singer (talk | contribs) m (formatted example) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LSL_Function/fr | |||
|func=llGetCreator | |func=llGetCreator | ||
|sort=GetCreator | |sort=GetCreator | ||
Line 9: | Line 9: | ||
|caveats | |caveats | ||
|examples= | |examples= | ||
< | <lsl> | ||
default | default | ||
{ | { | ||
Line 17: | Line 17: | ||
} | } | ||
} | } | ||
</ | </lsl> | ||
|constants | |constants | ||
|helpers | |helpers |
Latest revision as of 15:43, 18 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 llGetCreator( );Exemples
<lsl> default {
state_entry() { llSay(0, "Mon créateur est : " + (string) llGetCreator() ); }
} </lsl>
Voir également
Fonctions
• | llGetInventoryCreator | |||
• | llGetOwner |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.