MapItemRequest

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	MapItemRequest Low	NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	Flags		U32		}
		{	EstateID	U32		}	
		{	Godlike		BOOL	}	
	}
	{
		RequestData		Single
		{	ItemType		U32		}
		{	RegionHandle	U64		} 
	}
}

Usage and Notes