Difference between revisions of "AgentSetAppearance"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
{{ProtocolNav|parent=Avatar Appearance}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
<pre width=80>
<pre width=80>

Revision as of 20:38, 19 January 2007

Message Layout

{
	AgentSetAppearance Low NotTrusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID		}
		{	SessionID		LLUUID		}
		{	SerialNum		U32	}	
		{ 	Size			LLVector3	}
	}
	{
		WearableData		Variable
		{	CacheID			LLUUID }
		{	TextureIndex	U8 }
	}
	{
		ObjectData			Single
		{	TextureEntry	Variable	2	}
	}
	{
		VisualParam			Variable
		{	ParamValue		U8	}
	}
}

Usage and Notes