LlGetOwner/fr

From Second Life Wiki
< LlGetOwner
Revision as of 05:30, 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 llGetOwner( );

Renvoie un key correspondant au propriétaire du script.


Exemples

default
{
    state_entry()
    {
        llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre.");
    }
}

Voir également

Fonctions

•  llGetCreator
•  llGetOwnerKey
•  llDetectedOwner
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.