Difference between revisions of "Category:LSL Avatar"
Jump to navigation
Jump to search
m |
Kireji Haiku (talk | contribs) m |
||
Line 2: | Line 2: | ||
{{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 [[:Category:LSL Script|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]]. | ||
Avatars 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}}: | |||
<lsl> | |||
key avatar_uuid = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"; | |||
// where: | |||
// 4 is 4 | |||
// x is [0-9a-f] | |||
// y is [8-9a-b] | |||
</lsl> |
Revision as of 07:29, 15 January 2014
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.
Avatars have reference keys of type UUID-4 as defined in RFC-4122:
<lsl>
key avatar_uuid = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";
// where: // 4 is 4 // x is [0-9a-f] // y is [8-9a-b] </lsl>
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.