MapNameRequest
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.