Difference between revisions of "ParcelInfoReply"

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

Latest revision as of 07:29, 8 June 2010

Message Layout

{
	ParcelInfoReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID		}
	}
	{
		Data			Single
		{	ParcelID		LLUUID			}
		{	OwnerID			LLUUID			}
		{	Name			Variable	1	}
		{	Desc			Variable	1	}
		{	ActualArea		S32				}
		{	BillableArea	S32				}
		{	Flags			U8				}
		{	GlobalX			F32				}	
		{	GlobalY			F32				}	
		{	GlobalZ			F32				}	
		{	SimName			Variable	1	}
		{	SnapshotID		LLUUID			}
		{	Dwell			F32				}
		{	SalePrice		S32				}
		{	AuctionID		S32				}
	}
}

Usage and Notes