MapBlockRequest: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
| Line 24: | Line 23: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Used by client to request [[MapBlockReply]] | |||
[[Category:Messages]] | [[Category:Messages]] | ||
Revision as of 11:05, 19 June 2008
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
Used by client to request MapBlockReply