OsKey2Name

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = Low
|- valign="top"
+
|
|'''Threat Level''' || Low
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
string osKey2Name(key id)
 
string osKey2Name(key id)
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
//
 
//
 
//osKey2Name() example, by Tom Earth.
 
//osKey2Name() example, by Tom Earth.
Line 22: Line 19:
 
}
 
}
 
</source>
 
</source>
 
+
|  
|}
+
additional_info =
 
+
|
[[Category:OSSL Functions]]
+
}}

Revision as of 16:29, 12 June 2011

string osKey2Name(key id)
No descriptions provided
Threat Level Low
Permissions No permissions specified
Extra Delay No function delay specified
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