OsKey2Name

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 2: Line 2:
 
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 
|- valign="top"
 
|- valign="top"
|'''Threat Level''' || <Threat Level goes here>
+
|'''Threat Level''' || Low
  
 
|- valign="top"
 
|- valign="top"
Line 26: Line 26:
  
 
[[Category:OSSL Functions]]
 
[[Category:OSSL Functions]]
[[Category:OSSL functions without threat level]]
 

Revision as of 13:30, 11 June 2011

OsKey2Name
Threat Level Low
Function Syntax
string osKey2Name(key id)
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