Difference between revisions of "ParcelJoin"

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

Revision as of 15:54, 21 November 2006

Message Layout

{
	ParcelJoin Low NotTrusted Unencoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		ParcelData			Single
		{	West		F32		}
		{	South		F32		}
		{	East		F32		}
		{	North		F32		}
	}
}

Usage and Notes