OsLoadedCreationID

From OpenSimulator

Revision as of 10:41, 11 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
OsLoadedCreationID
Threat Level Low
Function Syntax
osLoadedCreationID()
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 UUID that a sim was created with.

Personal tools
General
About This Wiki