OsKey2Name

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (XEngine to OSSL)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''string osKey2Name(key id)'''
+
{{osslfunc
 
+
|threat_level=Low
<source lang="lsl">
+
|permissions=${OSSL&#124;osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 +
|delay=0
 +
|function_syntax=string osKey2Name(key id)
 +
|ossl_example=<source lang="lsl">
 
//
 
//
 
//osKey2Name() example, by Tom Earth.
 
//osKey2Name() example, by Tom Earth.
Line 14: Line 17:
 
}
 
}
 
</source>
 
</source>
 
+
|description=Returns the avatar's name, based on their UUID.
 
+
|
[[Category:OSSL]]
+
}}
[[Category:OSSL functions without threat level]]
+

Revision as of 07:44, 7 November 2019

string osKey2Name(key id)
Returns the avatar's name, based on their UUID.
Threat Level Low
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
//
//osKey2Name() example, by Tom Earth.
//
default
{
    state_entry()
    {
        string owner_name = osKey2Name(llGetOwner());
        llOwnerSay("Your name is: "+owner_name); 
    }
}
Personal tools
General
About This Wiki