OsLoadedCreationTime

From OpenSimulator

Revision as of 16:37, 12 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
osLoadedCreationTime()
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 time that a sim was first created. An example of the string returned is "2:06:48 AM".
Personal tools
General
About This Wiki