MapBlockReply

From Second Life Wiki
Revision as of 16:15, 21 November 2006 by Cube Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	MapBlockReply Low	Trusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	Flags		U32		}
	}
	{	
		Data			Variable
		{	X			U16				}	
		{	Y			U16				}	
		{	Name		Variable	1	}	
		{	Access		U8				}	
		{	RegionFlags	U32				}
		{	WaterHeight	U8				}	
		{	Agents		U8				}
		{	MapImageID	LLUUID			}
	}
}

Usage and Notes