Property | Type | Description | |
---|---|---|---|
AABBMax | System.Vector3 | ||
AABBMin | System.Vector3 | ||
AccessBlackList | List |
||
AccessWhiteList | List |
||
Area | int | ||
AuctionID | uint | ||
AuthBuyerID | UUID | ||
Bitmap | byte[] | ||
Category | ParcelCategory | ||
ClaimDate | System.DateTime | ||
ClaimPrice | int | ||
Desc | string | ||
Dwell | float | ||
Flags | ParcelFlags | ||
GroupID | UUID | ||
GroupPrims | int | ||
IsGroupOwned | bool | ||
Landing | LandingType | ||
LocalID | int | ||
MaxPrims | int | ||
Media | |||
MusicURL | string | ||
Name | string | ||
ObscureMedia | bool | ||
ObscureMusic | bool | ||
OtherCleanTime | int | ||
OtherCount | int | ||
OtherPrims | int | ||
OwnerID | UUID | ||
OwnerPrims | int | ||
ParcelPrimBonus | float | ||
PassHours | float | ||
PassPrice | int | ||
PublicCount | int | ||
RegionDenyAgeUnverified | bool | ||
RegionDenyAnonymous | bool | ||
RegionPushOverride | bool | ||
RentPrice | int | ||
SalePrice | int | ||
SelfCount | int | ||
SimWideMaxPrims | int | ||
SimWideTotalPrims | int | ||
SnapshotID | UUID | ||
Status | ParcelStatus | ||
TotalPrims | int | ||
UserLocation | System.Vector3 | ||
UserLookAt | System.Vector3 |
Method | Description | |
---|---|---|
Parcel ( int localID ) : System |
Defalt constructor
|
|
ToString ( ) : string |
Displays a parcel object in string format
|
|
Update ( |
Update the simulator with any local changes to this Parcel object
|
|
UpdateOtherCleanTime ( |
Set Autoreturn time
|
public Parcel ( int localID ) : System | ||
localID | int | Local ID of this parcel |
return | System |
public Update ( |
||
simulator | Simulator to send updates to | |
wantReply | bool | Whether we want the simulator to confirm /// the update with a reply packet or not |
return | void |
public UpdateOtherCleanTime ( |
||
simulator | Simulator to send the update to | |
return | void |