Difference between revisions of "ParcelDwellRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
(No difference)

Revision as of 15:55, 21 November 2006

Message Layout

{
	ParcelDwellRequest Low NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID		}
		{	SessionID	LLUUID		}
	}
	{
		Data		Single
		{	LocalID		S32			}
		{	ParcelID	LLUUID		}	
	}
}

Usage and Notes