C# Class OpenSim.Region.CoreModules.World.Objects.BuySell.BuySellModule

Inheritance: IBuySellModule, INonSharedRegionModule
ファイルを表示 Open project: N3X15/VoxelSim

Protected Properties

Property Type Description
m_dialogModule IDialogModule
m_scene OpenSim.Region.Framework.Scenes.Scene

Public Methods

Method Description
AddRegion ( Scene scene ) : void
BuyObject ( IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice ) : bool
Close ( ) : void
Initialise ( IConfigSource source ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void
SubscribeToClientEvents ( IClientAPI client ) : void

Protected Methods

Method Description
ObjectSaleInfo ( IClientAPI client, UUID agentID, UUID sessionID, uint localID, byte saleType, int salePrice ) : void

Method Details

AddRegion() public method

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

BuyObject() public method

public BuyObject ( IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice ) : bool
remoteClient IClientAPI
categoryID UUID
localID uint
saleType byte
salePrice int
return bool

Close() public method

public Close ( ) : void
return void

Initialise() public method

public Initialise ( IConfigSource source ) : void
source IConfigSource
return void

ObjectSaleInfo() protected method

protected ObjectSaleInfo ( IClientAPI client, UUID agentID, UUID sessionID, uint localID, byte saleType, int salePrice ) : void
client IClientAPI
agentID UUID
sessionID UUID
localID uint
saleType byte
salePrice int
return void

RegionLoaded() public method

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

RemoveRegion() public method

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

SubscribeToClientEvents() public method

public SubscribeToClientEvents ( IClientAPI client ) : void
client IClientAPI
return void

Property Details

m_dialogModule protected_oe property

protected IDialogModule m_dialogModule
return IDialogModule

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
return OpenSim.Region.Framework.Scenes.Scene