EvEmu
0.8.4
11 September 2021
|
#include "EVE_Market.h"
Public Attributes | |
uint16 | typeID |
float | price |
std::string | name |
Definition at line 135 of file EVE_Market.h.
std::string Market::matlData::name |
Definition at line 138 of file EVE_Market.h.
Referenced by StaticDataMgr::GetComponentData(), StaticDataMgr::GetCompoundData(), StaticDataMgr::GetMineralData(), StaticDataMgr::GetMiscCommodityData(), StaticDataMgr::GetPICommodityData(), StaticDataMgr::GetPIResourceData(), StaticDataMgr::GetSalvageData(), and MarketMgr::SetBasePrice().
float Market::matlData::price |
Definition at line 137 of file EVE_Market.h.
uint16 Market::matlData::typeID |
Definition at line 136 of file EVE_Market.h.
Referenced by StaticDataMgr::GetComponentData(), StaticDataMgr::GetCompoundData(), StaticDataMgr::GetMineralData(), StaticDataMgr::GetMiscCommodityData(), StaticDataMgr::GetPICommodityData(), StaticDataMgr::GetPIResourceData(), StaticDataMgr::GetSalvageData(), and MarketMgr::SetBasePrice().