ParcelJoin

From Second Life Wiki
Jump to navigation Jump to search

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