ParcelClaim: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 15:54, 21 November 2006

Message Layout

{
	ParcelClaim Low NotTrusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		Data				Single
		{	GroupID			LLUUID	}
		{	IsGroupOwned	BOOL 	}
		{	Final			BOOL	} 
	}
	{
		ParcelData			Variable
		{	West			F32		}
		{	South			F32		}
		{	East			F32		}
		{	North			F32		}
	}
}

Usage and Notes