OsLoadedCreationID

From OpenSimulator

Revision as of 03:32, 2 July 2011 by MakoBot (Talk | contribs)

Jump to: navigation, search
string osLoadedCreationID()
This function returns a string containing the UUID that a sim was created with.
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);
    }
}
Personal tools
General
About This Wiki