Difference between revisions of "Category:LSL Avatar"

From Second Life Wiki
Jump to navigation Jump to search
m
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 08:29, 15 January 2014