ParcelProperties

From Second Life Wiki
Revision as of 15:54, 21 November 2006 by Cube Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	ParcelProperties High Trusted Zerocoded
	{
		ParcelData			Single
		{	RequestResult	S32				}
		{	SequenceID		S32				}
		{	SnapSelection	BOOL			}
		{	SelfCount		S32				}
		{	OtherCount		S32				}
		{	PublicCount		S32				}
		{	LocalID			S32				}
		{	OwnerID			LLUUID			}
		{	IsGroupOwned	BOOL			}
		{	AuctionID		U32				}
		{	ReservedNewbie	BOOL			}
		{	ClaimDate		S32				}	
		{	ClaimPrice		S32				}
		{	RentPrice		S32				}
		{	AABBMin			LLVector3		}
		{	AABBMax			LLVector3		}
		{	Bitmap			Variable	2	}	
		{	Area			S32				}
		{	Status			U8	}  
		{	SimWideMaxPrims		S32			}
		{	SimWideTotalPrims	S32			}
		{	MaxPrims		S32				}
		{	TotalPrims		S32				}
		{	OwnerPrims		S32				}
		{	GroupPrims		S32				}
		{	OtherPrims		S32				}
		{	SelectedPrims	S32				}
		{	ParcelPrimBonus	F32				}

		{	OtherCleanTime	S32				}

		{	ParcelFlags		U32				}
		{	SalePrice		S32				}
		{	Name			Variable	1	}	
		{	Desc			Variable	1	}	
		{	MusicURL		Variable	1	}	
		{	MediaURL		Variable	1	}	
		{	MediaID			LLUUID			}
		{	MediaAutoScale	U8				}
		{	GroupID			LLUUID			}
		{	PassPrice		S32				}
		{	PassHours		F32				}
		{	Category		U8				}
		{	AuthBuyerID		LLUUID			}
		{	SnapshotID		LLUUID			}
		{	UserLocation	LLVector3		}
		{	UserLookAt		LLVector3		}
		{	LandingType		U8				}
		{	RegionPushOverride	BOOL		}
		{	RegionDenyAnonymous	BOOL		}
		{	RegionDenyIdentified	BOOL		}
		{	RegionDenyTransacted	BOOL		}
	}
}

Usage and Notes