OsLoadedCreationID

From OpenSimulator

Revision as of 09:48, 19 November 2010 by Fritigern (Talk | contribs)

Jump to: navigation, search

osLoadedCreationID()

This function returns a string containing the UUID that a sim was created with. osLoadedCreationID has a threat level of Low.

//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