OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs Class Reference
Inheritance diagram for OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs:
Collaboration graph
[legend]

Public Member Functions

 LandBuyArgs (UUID pagentId, UUID pgroupId, bool pfinal, bool pgroupOwned, bool premoveContribution, int pparcelLocalID, int pparcelArea, int pparcelPrice, bool pauthenticated)
 

Public Attributes

UUID agentId = UUID.Zero
 
UUID groupId = UUID.Zero
 
UUID parcelOwnerID = UUID.Zero
 
bool final = false
 
bool groupOwned = false
 
bool removeContribution = false
 
int parcelLocalID = 0
 
int parcelArea = 0
 
int parcelPrice = 0
 
bool authenticated = false
 
bool landValidated = false
 
bool economyValidated = false
 
int transactionID = 0
 
int amountDebited = 0
 

Detailed Description

Definition at line 1081 of file EventManager.cs.

Constructor & Destructor Documentation

OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.LandBuyArgs ( UUID  pagentId,
UUID  pgroupId,
bool  pfinal,
bool  pgroupOwned,
bool  premoveContribution,
int  pparcelLocalID,
int  pparcelArea,
int  pparcelPrice,
bool  pauthenticated 
)
inline

Definition at line 1101 of file EventManager.cs.

Member Data Documentation

UUID OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.agentId = UUID.Zero

Definition at line 1083 of file EventManager.cs.

int OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.amountDebited = 0

Definition at line 1099 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.authenticated = false

Definition at line 1095 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.economyValidated = false

Definition at line 1097 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.final = false

Definition at line 1089 of file EventManager.cs.

UUID OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.groupId = UUID.Zero

Definition at line 1085 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.groupOwned = false

Definition at line 1090 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.landValidated = false

Definition at line 1096 of file EventManager.cs.

int OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.parcelArea = 0

Definition at line 1093 of file EventManager.cs.

int OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.parcelLocalID = 0

Definition at line 1092 of file EventManager.cs.

UUID OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.parcelOwnerID = UUID.Zero

Definition at line 1087 of file EventManager.cs.

int OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.parcelPrice = 0

Definition at line 1094 of file EventManager.cs.

bool OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.removeContribution = false

Definition at line 1091 of file EventManager.cs.

int OpenSim.Region.Framework.Scenes.EventManager.LandBuyArgs.transactionID = 0

Definition at line 1098 of file EventManager.cs.


The documentation for this class was generated from the following file: