LlGetCreator/fr: Difference between revisions
Jump to navigation
Jump to search
Gally Young (talk | contribs) creation |
m Proofread |
||
| Line 14: | Line 14: | ||
state_entry() | state_entry() | ||
{ | { | ||
llSay(0,"Mon créateur est : "+(string)llGetCreator() ); | llSay(0, "Mon créateur est : " + (string) llGetCreator() ); | ||
} | } | ||
} | } | ||
Revision as of 14:42, 13 January 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
default
{
state_entry()
{
llSay(0, "Mon créateur est : " + (string) llGetCreator() );
}
}
Voir également
Fonctions
| • | llGetInventoryCreator | |||
| • | llGetOwner |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.