MapLayerReply: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
(No difference)

Latest revision as of 16:15, 21 November 2006

Message Layout

{
	MapLayerReply Low	Trusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	Flags		U32		}
	}
	{
		LayerData		Variable
		{	Left		U32		}
		{	Right		U32		}
		{	Top			U32		}
		{	Bottom		U32		}
		{	ImageID		LLUUID	}
	}
}

Usage and Notes