Difference between revisions of "RegionHandshakeReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 18: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
The viewer can send this packet in response to [[RegionHandshake]] which begins object updates via [[CoarseLocationUpdate]].
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 17:39, 11 September 2024

Message Layout

{
	RegionHandshakeReply			Low		NotTrusted Zerocoded
	{
		AgentData	Single
		{	AgentID			LLUUID			}
		{	SessionID		LLUUID			}
	}
	{
		RegionInfo	Single
		{	Flags			U32		}
	}
}

Usage and Notes

The viewer can send this packet in response to RegionHandshake which begins object updates via CoarseLocationUpdate.