C# Class WowheadRipper.ExtendedCosts

显示文件 Open project: Sovak/WowheadRipper Class Usage Examples

Public Properties

Property Type Description
CURRENCY_PRECISION System.UInt32

Public Methods

Method Description
GetExtendedCost ( UInt32>.Dictionary currencyCost, UInt32>.Dictionary itemCost, UInt32 arenaRating ) : UInt32
HasToBePrecised ( UInt32 currency ) : bool

Method Details

GetExtendedCost() public static method

public static GetExtendedCost ( UInt32>.Dictionary currencyCost, UInt32>.Dictionary itemCost, UInt32 arenaRating ) : UInt32
currencyCost UInt32>.Dictionary
itemCost UInt32>.Dictionary
arenaRating System.UInt32
return System.UInt32

HasToBePrecised() public static method

public static HasToBePrecised ( UInt32 currency ) : bool
currency System.UInt32
return bool

Property Details

CURRENCY_PRECISION public_oe static_oe property

public static UInt32,System CURRENCY_PRECISION
return System.UInt32