Difference between revisions of "AgentWearablesUpdate"

From Second Life Wiki
Jump to navigation Jump to search
m
 
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 07: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