LlGetOwner/fr: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gally Young (talk | contribs)
creation
(No difference)

Revision as of 05:30, 13 January 2008

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.