Difference between revisions of "UUID"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{LSL Header}}
{{multi-lang}}{{LSL Header}}


A UUID is an abbreviation for '''Universally Unique Identifier'''.  It's a 128-bit (16 byte) value which is generated in such a way as to make collisions very unlikely.  See [http://en.wikipedia.org/wiki/UUID Wikipedia on UUIDs] for more information.
A UUID is an abbreviation for '''Universally Unique Identifier'''.  It's a 128-bit (16 byte) value which is generated in such a way as to make collisions very unlikely.  See [http://en.wikipedia.org/wiki/UUID Wikipedia on UUIDs] for more information.


In LSL they are stored in the [[key]] variable type (which is a specialized form of a string).
In LSL they are stored in the [[key]] variable type (which is a specialized form of a string).

Revision as of 21:56, 16 February 2008