LlGetCreator/fr - Second Life Wiki

LlGetCreator/fr

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Fonction: key llGetCreator( );

Renvoie un correspondant au créateur de la prim.


Exemples

 
default
{
    state_entry()
    {
        llSay(0, "Mon créateur est : " + (string) llGetCreator() );
    }
}
 

Voir également

Fonctions

•  llGetInventoryCreator
•  llGetOwner