Difference between revisions of "AgentWearablesUpdate"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
Tomm Olifone (talk | contribs) |
||
Line 22: | Line 22: | ||
==Usage and Notes== | ==Usage and Notes== | ||
[[Category:Messages]] | [[Category:Messages]] | ||
WearableTypes | |||
:WT_SHAPE = 0 | |||
:WT_SKIN = 1 | |||
:WT_HAIR = 2 | |||
:WT_EYES = 3 | |||
:WT_SHIRT = 4 | |||
:WT_PANTS = 5 | |||
:WT_SHOES = 6 | |||
:WT_SOCKS = 7 | |||
:WT_JACKET = 8 | |||
:WT_GLOVES = 9 | |||
:WT_UNDERSHIRT = 10 | |||
:WT_UNDERPANTS = 11 | |||
:WT_SKIRT = 12 | |||
:WT_COUNT = 13 | |||
:WT_INVALID = 255 |
Revision as of 06:20, 3 April 2009
Message Layout
{ AgentWearablesUpdate Low Trusted Zerocoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } { SerialNum U32 } } { WearableData Variable { ItemID LLUUID } { AssetID LLUUID } { WearableType U8 } } }
Usage and Notes
WearableTypes
- WT_SHAPE = 0
- WT_SKIN = 1
- WT_HAIR = 2
- WT_EYES = 3
- WT_SHIRT = 4
- WT_PANTS = 5
- WT_SHOES = 6
- WT_SOCKS = 7
- WT_JACKET = 8
- WT_GLOVES = 9
- WT_UNDERSHIRT = 10
- WT_UNDERPANTS = 11
- WT_SKIRT = 12
- WT_COUNT = 13
- WT_INVALID = 255