OsLoadedCreationTime
From OpenSimulator
(Difference between revisions)
(Better exemple) |
m (Change See Also) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 37: | Line 37: | ||
|additional_info= | |additional_info= | ||
}} | }} | ||
| + | == See Also == | ||
| + | * [[osLoadedCreationDate]] | ||
| + | * [[osLoadedCreationTime]] | ||
| + | * [[osLoadedCreationID]] | ||
Latest revision as of 19:13, 5 December 2020
string osLoadedCreationTime()
| |
| |
| Threat Level | Low |
| Permissions | ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |
| Example(s) | |
// // osLoadedCreationTime Script Exemple // Author: djphil // default { state_entry() { llSay(PUBLIC_CHANNEL, "Touch to see osLoadedCreationTime usage."); } touch_start(integer number) { string CreationTime = osLoadedCreationTime(); if (CreationTime == "") { llSay(PUBLIC_CHANNEL, "The region hasn't been created by oar import, or the region uses SQLite for region database."); } else { llSay(PUBLIC_CHANNEL, "The first creation time is " + CreationTime); } } } | |
[edit] See Also
- osLoadedCreationDate
- osLoadedCreationTime
- osLoadedCreationID