LlGetOwner/fr

From Second Life Wiki

Page Principale > LlGetOwner > LlGetOwner/fr
Jump to: navigation, search

Contents

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.
Personal tools
In other languages