RequestParcelTransfer

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	RequestParcelTransfer	Low	Trusted Zerocoded
	{
		Data	Single
		{	TransactionID	LLUUID	}
		{ 	TransactionTime	U32	} 
		{	SourceID		LLUUID  }
		{	DestID			LLUUID	}
		{	OwnerID			LLUUID	}
		{	Flags			U8		}	
		{	TransactionType	S32		}	
		{	Amount			S32		}
		{	BillableArea	S32		}
		{	ActualArea		S32		}
		{	Final			BOOL	}  
		{	ReservedNewbie	BOOL	}
	}
}

Usage and Notes