MapBlockRequest: Difference between revisions

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

Revision as of 16:15, 21 November 2006

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