Difference between revisions of "MapBlockReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 26: Line 25:
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
* Coordinates are provided in regions (not meters)
* WaterHeight and Agents don't seem to be in use here, always 0 at present

Revision as of 05:40, 14 June 2008

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

  • Coordinates are provided in regions (not meters)
  • WaterHeight and Agents don't seem to be in use here, always 0 at present