C# Class LKCamelot.script.item.AuctionItem

Afficher le fichier Open project: vans163/LKEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
agoldprice long
buyerSerial int
flags int
goldprice ulong
item Item
sellerSerial int
state aucState

Méthodes publiques

Méthode Description
AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System

Method Details

AuctionItem() public méthode

public AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System
item Item
goldprice ulong
flags int
agoldprice long
Résultat System

Property Details

agoldprice public_oe property

public long agoldprice
Résultat long

buyerSerial public_oe property

public int buyerSerial
Résultat int

flags public_oe property

public int flags
Résultat int

goldprice public_oe property

public ulong goldprice
Résultat ulong

item public_oe property

public Item item
Résultat Item

sellerSerial public_oe property

public int sellerSerial
Résultat int

state public_oe property

public aucState state
Résultat aucState