OsLoadedCreationTime
From OpenSimulator
OsLoadedCreationTime | |
Threat Level | Low |
Function Syntax | osLoadedCreationTime() |
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 time that a sim was first created. An example of the string returned is "2:06:48 AM".