Property | Type | Description | |
---|---|---|---|
agentId | UUID | ||
amountDebited | int | ||
authenticated | bool | ||
economyValidated | bool | ||
final | bool | ||
groupId | UUID | ||
groupOwned | bool | ||
landValidated | bool | ||
parcelArea | int | ||
parcelLocalID | int | ||
parcelOwnerID | UUID | ||
parcelPrice | int | ||
removeContribution | bool | ||
transactionID | int |
Method | Description | |
---|---|---|
LandBuyArgs ( UUID pagentId, UUID pgroupId, bool pfinal, bool pgroupOwned, bool premoveContribution, int pparcelLocalID, int pparcelArea, int pparcelPrice, bool pauthenticated, UUID pparcelOwnerID ) : System |
public LandBuyArgs ( UUID pagentId, UUID pgroupId, bool pfinal, bool pgroupOwned, bool premoveContribution, int pparcelLocalID, int pparcelArea, int pparcelPrice, bool pauthenticated, UUID pparcelOwnerID ) : System | ||
pagentId | UUID | |
pgroupId | UUID | |
pfinal | bool | |
pgroupOwned | bool | |
premoveContribution | bool | |
pparcelLocalID | int | |
pparcelArea | int | |
pparcelPrice | int | |
pauthenticated | bool | |
pparcelOwnerID | UUID | |
return | System |