Difference between revisions of "MapNameRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 21: Line 20:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Requests [[MapBlockReply]]
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 19:28, 9 June 2008

Message Layout

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

Usage and Notes

Requests MapBlockReply