Difference between revisions of "MapBlockRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 24: Line 23:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used by client to request [[MapBlockReply]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 11:05, 19 June 2008

Message Layout

{
	MapBlockRequest Low	NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	Flags		U32		}
		{	EstateID	U32		}	
		{	Godlike		BOOL	}	
	}
	{
		PositionData	Single
		{	MinX		U16		}	
		{	MaxX		U16		}	
		{	MinY		U16		}	
		{	MaxY		U16		}	
	}
}

Usage and Notes

Used by client to request MapBlockReply