OsLoadedCreationID

From OpenSimulator

Revision as of 19:19, 5 February 2010 by ZauberExonar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
    }
}

--ZauberExonar 02:19, 6 February 2010 (UTC)

Personal tools
General
About This Wiki