Difference between revisions of "Category:LSL Avatar"
m (cat blurb) |
m (Replaced <source> with <syntaxhighlight>) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{LSL Header|ml=*}} | {{LSL Header|ml=*}} | ||
{{LSLC|}} | {{LSLC|}} | ||
Agent and Avatar are both terms referring to a user interacting with Second Life. The term Agent is usually used when that user is interacting with an LSL script. | Agent and [[Avatar]] are both terms referring to a user interacting with Second Life. The term Agent is usually used when that user is interacting with an [[:Category:LSL Script|LSL script]]. | ||
All avatars appear to have reference [[Key|keys]] of type [http://en.wikipedia.org/wiki/UUID#Version_4_.28random.29 UUID-4] as defined in {{RFC|4122|target=section-4.1.3}}: | |||
<syntaxhighlight lang="lsl2"> | |||
key avatar_uuid = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"; | |||
// where: | |||
// 4 is 4 | |||
// x is [0-9a-f] | |||
// y is [8-9a-b] | |||
</syntaxhighlight> | |||
There are a few avatar UUIDs that aren't strictly v4, not because they don't fit the pattern above, but because they weren't randomly generated (which is a requirement for v4). They were assigned to some of the original Linden Lab employees: Doug, Cory, Philip, Jed, Stefan, Eric, Frank, Avi, Oldjohn, Andrew, Hunter, Old, Ian, James (the list was likely longer but their names and UUIDs have been lost to the sands of time). |
Latest revision as of 10:33, 3 February 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Agent and Avatar are both terms referring to a user interacting with Second Life. The term Agent is usually used when that user is interacting with an LSL script.
All avatars appear to have reference keys of type UUID-4 as defined in RFC-4122:
key avatar_uuid = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";
// where:
// 4 is 4
// x is [0-9a-f]
// y is [8-9a-b]
There are a few avatar UUIDs that aren't strictly v4, not because they don't fit the pattern above, but because they weren't randomly generated (which is a requirement for v4). They were assigned to some of the original Linden Lab employees: Doug, Cory, Philip, Jed, Stefan, Eric, Frank, Avi, Oldjohn, Andrew, Hunter, Old, Ian, James (the list was likely longer but their names and UUIDs have been lost to the sands of time).
Subcategories
This category has the following 7 subcategories, out of 7 total.
Pages in category "LSL Avatar"
The following 39 pages are in this category, out of 39 total.