Don't click here unless you want to be banned.

LSL Wiki : UUID

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org

UUID

UUID (Universal Unique IDentifier) are 128-bit numbers assigned to any asset in SecondLife and are guaranteed to be unique inside their scope.

The LSL type used to store UUIDs is a key which can be represented as a string of hex-numbers in the format "00000000-0000-0000-0000-000000000000" (or "66864f3c-e095-d9c8-058d-d6575e6ed1b8").

Many functions that take an inventory item name as input also work with a UUID (like llSetTexture).

Function
PRIM_TEXTURE
llSetTexture
llSound et al.
llGetNotecardLine
llGetNumberOfNotecardLines
llStopAnimation


For more, see the official UUID specification.
LL does not follow the official specification; some permanent description data can be proven to exist on the third section of numbers.


types | key
There is one comment on this page. [Display comments/form]