Difference between revisions of "UUID"
Jump to navigation
Jump to search
m |
Gally Young (talk | contribs) m (add help header template) |
||
Line 1: | Line 1: | ||
{{ | {{LSL Header}} {{Help |Glossary=*}} | ||
UUID is an abbreviation for '''Universally Unique Identifier'''. It is a 128-bit (16 byte) value which is generated in such a way as to make collisions very unlikely. They are often represented as a string of 32 hex characters with four dashes interspersed. See [http://en.wikipedia.org/wiki/UUID Wikipedia on UUIDs] for more information. | UUID is an abbreviation for '''Universally Unique Identifier'''. It is a 128-bit (16 byte) value which is generated in such a way as to make collisions very unlikely. They are often represented as a string of 32 hex characters with four dashes interspersed. 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 10:30, 8 August 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Help Portal: |
Avatar | Bug Fixes | Communication | Community | Glossary | Land & Sim | Multimedia | Navigation | Object | Video Tutorials | Viewer | Wiki | Misc |
UUID is an abbreviation for Universally Unique Identifier. It is a 128-bit (16 byte) value which is generated in such a way as to make collisions very unlikely. They are often represented as a string of 32 hex characters with four dashes interspersed. See Wikipedia on UUIDs for more information.
In LSL they are stored in the key variable type (which is a specialized form of a string).