OsLoadedCreationID
From OpenSimulator
(Difference between revisions)
m (Change See Also) |
m (Typo) |
||
| Line 38: | Line 38: | ||
}} | }} | ||
== See Also == | == See Also == | ||
| − | * [[ | + | * [[osLoadedCreationDate]] |
* [[osLoadedCreationTime]] | * [[osLoadedCreationTime]] | ||
* [[osLoadedCreationID]] | * [[osLoadedCreationID]] | ||
Latest revision as of 09:05, 7 December 2020
string osLoadedCreationID()
| |
| |
| Threat Level | Low |
| Permissions | ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |
| Example(s) | |
// // osLoadedCreationID Script Exemple // Author: djphil // default { state_entry() { llSay(PUBLIC_CHANNEL, "Touch to see osLoadedCreationID usage."); } touch_start(integer number) { string CreationID = osLoadedCreationID(); if (CreationID == "") { 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 ID is " + CreationID); } } } | |
[edit] See Also
- osLoadedCreationDate
- osLoadedCreationTime
- osLoadedCreationID