Difference between revisions of "AgentSetAppearance"

From Second Life Wiki
Jump to navigation Jump to search
(related messages)
 
Line 28: Line 28:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
==Related Messages==
[[AvatarAppearance]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 02:35, 9 June 2008

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

Related Messages

AvatarAppearance