MapNameRequest

From Second Life Wiki
Revision as of 04:44, 17 September 2024 by Wulfie Reanimator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	MapNameRequest Low	408	NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
		{	Flags		U32		}
		{	EstateID	U32		}	
		{	Godlike		BOOL	}	
	}
	{
		NameData		Single
		{	Name		Variable	1	}	
	}
}

Usage and Notes

Used by the viewer to request region map data. The simulator responds with MapBlockReply.

For simple requests, Flags, EstateID, and Godlike can be set to 0.

The length of Name must include a terminating null byte, e.g. the length of Da Boom is 8.