EvEmu
0.8.4
11 September 2021
|
Functions | |
float | BrokerFee (uint8 brSkillLvl, float fStanding, float cStanding, float total) |
float | RelistFee (float oldPrice, float newPrice, float brokerPercent=0.01, float discount=0) |
float | SalesTax (float baseSalesTax, uint8 accountingLvl=0, uint8 taxEvasionLvl=0) |
float EvEMath::Market::BrokerFee | ( | uint8 | brSkillLvl, |
float | fStanding, | ||
float | cStanding, | ||
float | total | ||
) |
Definition at line 202 of file EvEMath.cpp.
References EvE::max().
float EvEMath::Market::RelistFee | ( | float | oldPrice, |
float | newPrice, | ||
float | brokerPercent = 0.01 , |
||
float | discount = 0 |
||
) |
Definition at line 209 of file EvEMath.cpp.
References EvE::max().
float EvEMath::Market::SalesTax | ( | float | baseSalesTax, |
uint8 | accountingLvl = 0 , |
||
uint8 | taxEvasionLvl = 0 |
||
) |
Definition at line 215 of file EvEMath.cpp.
References EvE::min().
Referenced by MarketMgr::ExecuteBuyOrder(), and MarketMgr::ExecuteSellOrder().