C# Class hds.MarginInventoryItem

Mostra file Open project: hdneo/mxo-hd

Public Methods

Method 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 method

public MarginInventoryItem ( ) : System
return System

getAmount() public method

public getAmount ( ) : UInt16
return System.UInt16

getItemID() public method

public getItemID ( ) : UInt32
return System.UInt32

getPurity() public method

public getPurity ( ) : UInt16
return System.UInt16

getSlot() public method

public getSlot ( ) : UInt16
return System.UInt16

setAmount() public method

public setAmount ( UInt16 count ) : void
count System.UInt16
return void

setItemID() public method

public setItemID ( UInt32 itemID ) : void
itemID System.UInt32
return void

setPurity() public method

public setPurity ( UInt16 purity ) : void
purity System.UInt16
return void

setSlot() public method

public setSlot ( UInt16 slot ) : void
slot System.UInt16
return void