Parcel of land, a portion of virtual real
estate in a simulator
Declaration Syntax
C# |
public class Parcel
Members
All Members | Constructors | Methods | Fields | ||
|
|
|
Icon | Member | Description |
---|---|---|
Parcel(Int32) |
Defalt constructor
|
|
AccessBlackList |
Access list of who is blacklisted on this
parcel
|
|
AccessWhiteList |
Access list of who is whitelisted on this
parcel
|
|
Area |
Total parcel land area
|
|
AuctionID |
|
|
AuthBuyerID |
Key of authorized buyer
|
|
Bitmap |
Bitmap describing land layout in 4x4m squares
across the entire region
|
|
Category |
|
|
ClaimDate |
Date land was claimed
|
|
ClaimPrice |
Appears to always be zero
|
|
Desc |
Parcel Description
|
|
Dwell |
|
|
Flags |
|
|
GroupID |
|
|
GroupPrims |
Total number of primitives owned by the parcel
group on this parcel, or for parcels owned by an individual with a
group set the total number of prims set to that group.
|
|
IsGroupOwned |
Whether the land is deeded to a group or
not
|
|
Landing |
The type of landing enforced from the
LandingTypeenum
|
|
LocalID |
Simulator-local ID of this parcel
|
|
MaxPrims |
Maximum number of primitives this parcel
supports
|
|
Media |
A struct containing media details
|
|
MusicURL |
URL For Music Stream
|
|
Name |
Parcel Name
|
|
ObscureMedia |
true to obscure (hide) media url
|
|
ObscureMusic |
true to obscure (hide) music url
|
|
OtherCleanTime |
Autoreturn value in minutes for others'
objects
|
|
OtherCount |
The total number of contiguous 4x4 meter
blocks contained in this parcel owned by a group or agent other
than your own
|
|
OtherPrims |
Total number of prims owned by other avatars
that are not set to group, or not the parcel owner
|
|
OwnerID |
UUID of the owner of this parcel
|
|
OwnerPrims |
For group-owned parcels this indicates the
total number of prims deeded to the group, for parcels owned by an
individual this inicates the number of prims owned by the
individual
|
|
ParcelPrimBonus |
A bonus multiplier which allows parcel prim
counts to go over times this amount, this does not affect the max
prims per simulator. e.g: 117 prim parcel limit x 1.5 bonus = 175
allowed
|
|
PassHours |
How long is pass valid for
|
|
PassPrice |
Price for a temporary pass
|
|
PublicCount |
Deprecated, Value appears to always be 0
|
|
RegionDenyAgeUnverified |
TRUE of region denies access to age unverified
users
|
|
RegionDenyAnonymous |
|
|
RegionPushOverride |
|
|
RentPrice |
This field is no longer used
|
|
SalePrice |
Sale price of the parcel, only useful if
ForSale is set
|
|
SelfCount |
The total number of contiguous 4x4 meter
blocks your agent owns within this parcel
|
|
SimWideMaxPrims |
Maximum primitives across the entire simulator
owned by the same agent or group that owns this parcel that can be
used
|
|
SimWideTotalPrims |
Total primitives across the entire simulator
calculated by combining the allowed prim counts for each parcel
owned by the agent or group that owns this parcel
|
|
SnapshotID |
Key of parcel snapshot
|
|
Status |
|
|
ToString () () () () |
Displays a parcel object in string
format (Overrides
Object.
ToString
()
()
()
()
.)
|
|
TotalPrims |
Total number of primitives on this
parcel
|
|
Update(Simulator, Boolean) |
Update the simulator with any local changes to
this Parcel object
|
|
UpdateOtherCleanTime(Simulator) |
Set Autoreturn time
|
|
UserLocation |
The landing point location
|
|
UserLookAt |
The landing point LookAt
|
|
AABBMax |
Maximum corner of the axis-aligned bounding
box for this parcel
|
|
AABBMin |
Minimum corner of the axis-aligned bounding
box for this parcel
|
Inheritance Hierarchy
Object | |
Parcel |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)