OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.Framework.Interfaces.IBuySellModule Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IBuySellModule:
Inheritance graph
[legend]

Public Member Functions

bool BuyObject (IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice)
 Try to buy an object More...
 

Detailed Description

Definition at line 33 of file IBuySellModule.cs.

Member Function Documentation

bool OpenSim.Region.Framework.Interfaces.IBuySellModule.BuyObject ( IClientAPI  remoteClient,
UUID  categoryID,
uint  localID,
byte  saleType,
int  salePrice 
)

Try to buy an object

Parameters
remoteClient
categoryID
localID
saleType
Returns
True on a successful purchase, false on failure

Implemented in OpenSim.Region.CoreModules.World.Objects.BuySell.BuySellModule.


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