Difference between revisions of "ParcelBuy"

From Second Life Wiki
Jump to navigation Jump to search
m
 
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 23: Line 22:
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Parcel Messages]]

Latest revision as of 07:23, 8 June 2010

Message Layout

{
	ParcelBuy Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		Data			Single
		{	GroupID			LLUUID	}
		{	IsGroupOwned	BOOL 	}
		{	RemoveContribution BOOL	}
		{	LocalID			S32		}
		{	Final			BOOL	} 
	}
}

Usage and Notes