Difference between revisions of "Key"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL key moved to Key)
Line 1: Line 1:
[[Category:LSL_Types|key]]
A key is a unique identifier in Second Life (often referred to as a UUID) for anything mostly, be it a prim, avatar, texture, etc.
A key is a unique identifier in Second Life (often referred to as a UUID) for anything mostly, be it a prim, avatar, texture, etc.


Line 6: Line 4:


An example key:
An example key:
 
<pre>
a822ff2b-ff02-461d-b45d-dcd10a2de0c2
a822ff2b-ff02-461d-b45d-dcd10a2de0c2</pre>

Revision as of 04:18, 16 February 2007

A key is a unique identifier in Second Life (often referred to as a UUID) for anything mostly, be it a prim, avatar, texture, etc.

The key itself is formed of alphanumeric characters (a-z and 0-9) and each section of the key is broken up by dashes.

An example key:

a822ff2b-ff02-461d-b45d-dcd10a2de0c2