OsLoadedCreationID

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''osLoadedCreationID'''()
+
{|  width="100%" style="border: thin solid black"
 +
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || Low
  
This function returns a string containing the UUID that a sim was created with. osLoadedCreationID has a threat level of Low.
+
|- valign="top"
 
+
|'''Function Syntax''' || <source lang="lsl">
<source lang="lsl">
+
osLoadedCreationID()
 +
</source>
 +
|- valign="top"
 +
|'''Example(s)||<source lang="lsl">
 
//Example Usage:
 
//Example Usage:
  
Line 16: Line 22:
 
</source>
 
</source>
  
 +
|}
 +
 +
This function returns a string containing the UUID that a sim was created with.
  
[[Category:OSSL]]
+
[[Category:OSSL Functions]]

Revision as of 10:41, 11 June 2011

OsLoadedCreationID
Threat Level Low
Function Syntax
osLoadedCreationID()
Example(s)
//Example Usage:
 
default {
    touch_start(integer num) {
        string data = "\n\n Creation Date: " + osLoadedCreationDate();
        data += "\n Creation Time: " + osLoadedCreationTime();
        data += "\n Creation ID: " + osLoadedCreationID();
        llSay(0, data);
    }
}

This function returns a string containing the UUID that a sim was created with.

Personal tools
General
About This Wiki