OpenMetaverse Protocol Library Developers API Documentation
SetSaleInfo Method (simulator, localID, saleType, price)
NamespacesOpenMetaverseObjectManagerSetSaleInfo(Simulator, UInt32, SaleType, Int32)
Sets the sale properties of a single object
Declaration Syntax
C#
public 
void 
SetSaleInfo(
        
Simulator 
simulator,
        
uint 
localID,
        
SaleType 
saleType,
        
int 
price
)
Parameters
simulator ( Simulator)
The Simulatorthe object is located
localID ( UInt32)
The Local ID of the object
saleType ( SaleType)
One of the options from the SaleTypeenum
price ( Int32)
The price of the object

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)