Difference between revisions of "LlGetCreator/fr"

From Second Life Wiki
Jump to navigation Jump to search
m (Proofread)
m (fixe)
Line 1: Line 1:
{{Multi-lang}}{{LSL_Function/fr
{{LSL_Function/fr
|func=llGetCreator
|func=llGetCreator
|sort=GetCreator
|sort=GetCreator

Revision as of 13:04, 29 January 2008

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.