LlGetCreator/fr

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Fonction: key llGetCreator( );

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


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.