C# Class hds.MarginInventoryItem

Afficher le fichier Open project: hdneo/mxo-hd

Méthodes publiques

Méthode Description
MarginInventoryItem ( ) : System
getAmount ( ) : UInt16
getItemID ( ) : UInt32
getPurity ( ) : UInt16
getSlot ( ) : UInt16
setAmount ( UInt16 count ) : void
setItemID ( UInt32 itemID ) : void
setPurity ( UInt16 purity ) : void
setSlot ( UInt16 slot ) : void

Method Details

MarginInventoryItem() public méthode

public MarginInventoryItem ( ) : System
Résultat System

getAmount() public méthode

public getAmount ( ) : UInt16
Résultat System.UInt16

getItemID() public méthode

public getItemID ( ) : UInt32
Résultat System.UInt32

getPurity() public méthode

public getPurity ( ) : UInt16
Résultat System.UInt16

getSlot() public méthode

public getSlot ( ) : UInt16
Résultat System.UInt16

setAmount() public méthode

public setAmount ( UInt16 count ) : void
count System.UInt16
Résultat void

setItemID() public méthode

public setItemID ( UInt32 itemID ) : void
itemID System.UInt32
Résultat void

setPurity() public méthode

public setPurity ( UInt16 purity ) : void
purity System.UInt16
Résultat void

setSlot() public méthode

public setSlot ( UInt16 slot ) : void
slot System.UInt16
Résultat void