AgentWearablesUpdate

From Second Life Wiki
Jump to navigation Jump to search

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