OsLoadedCreationDate

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
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">
+
 
osLoadedCreationDate()
 
osLoadedCreationDate()
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
//Example Usage:
 
//Example Usage:
  
Line 21: Line 18:
 
}
 
}
 
</source>
 
</source>
 
+
|  
|}
+
additional_info = This function returns a string containing the date that a sim was first created.  An example of the string returned is "Monday, December 07, 2009".
 
+
|
This function returns a string containing the date that a sim was first created.  An example of the string returned is "Monday, December 07, 2009".
+
}}
 
+
[[Category:OSSL Functions]]
+

Revision as of 16:33, 12 June 2011

osLoadedCreationDate()
No descriptions provided
Threat Level Low
Permissions No permissions specified
Extra Delay No function delay specified
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);
    }
}
Notes
This function returns a string containing the date that a sim was first created. An example of the string returned is "Monday, December 07, 2009".
Personal tools
General
About This Wiki