C# Class LKCamelot.script.item.AuctionItem

Show file Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
agoldprice long
buyerSerial int
flags int
goldprice ulong
item Item
sellerSerial int
state aucState

Public Methods

Method Description
AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System

Method Details

AuctionItem() public method

public AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System
item Item
goldprice ulong
flags int
agoldprice long
return System

Property Details

agoldprice public property

public long agoldprice
return long

buyerSerial public property

public int buyerSerial
return int

flags public property

public int flags
return int

goldprice public property

public ulong goldprice
return ulong

item public property

public Item item
return Item

sellerSerial public property

public int sellerSerial
return int

state public property

public aucState state
return aucState