LlGetCreator/fr

From Second Life Wiki
< LlGetCreator
Revision as of 05:27, 13 January 2008 by Gally Young (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Fonction: key llGetCreator( );

Renvoie un key correspondant au créateur de la prim.


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.