C# Class LKCamelot.script.item.AuctionItem

Mostrar archivo 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_oe property

public long agoldprice
return long

buyerSerial public_oe property

public int buyerSerial
return int

flags public_oe property

public int flags
return int

goldprice public_oe property

public ulong goldprice
return ulong

item public_oe property

public Item item
return Item

sellerSerial public_oe property

public int sellerSerial
return int

state public_oe property

public aucState state
return aucState