C# Класс DRObjects.ActorHandling.VendorDetails

Показать файл Открыть проект

Открытые методы

Метод Описание
GetPriceMultiplier ( InventoryCategory category, bool vendorIsBuying ) : double

Gets the price multiplier for a particular category of item. The base price is multiplied by a value which depends on the category of the item (and whether the vendor would be interested), as well as the level of the vendor in question Generally it's better to buy from specific big vendors and sell to specific small ones

Описание методов

GetPriceMultiplier() публичный Метод

Gets the price multiplier for a particular category of item. The base price is multiplied by a value which depends on the category of the item (and whether the vendor would be interested), as well as the level of the vendor in question Generally it's better to buy from specific big vendors and sell to specific small ones
public GetPriceMultiplier ( InventoryCategory category, bool vendorIsBuying ) : double
category InventoryCategory
vendorIsBuying bool
Результат double