Difference between revisions of "LlGetOwner/fr"

From Second Life Wiki
Jump to navigation Jump to search
(creation)
 
m (formatted example)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Multi-lang}}{{LSL_Function/fr
{{LSL_Function/fr
|func_id=117|func_sleep=0.0|func_energy=10.0
|func_id=117|func_sleep=0.0|func_energy=10.0
|func=llGetOwner|sort=GetOwner
|func=llGetOwner|sort=GetOwner
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples=<pre>default
|examples=<lsl>default
{
{
     state_entry()
     state_entry()
Line 15: Line 15:
         llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre.");
         llInstantMessage(llGetOwner(),"Seul vous pouvez m'entendre.");
     }
     }
}</pre>
}</lsl>
|helpers
|helpers
|also_functions=
|also_functions=

Latest revision as of 16:14, 19 February 2008

Description

Fonction: key llGetOwner( );

Renvoie un key correspondant au propriétaire du script.


Exemples

<lsl>default {

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

}</lsl>

Voir également

Fonctions

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