| 
    EvEmu
    0.8.4
    
   11 September 2021 
   | 
 
#include "EVE_Inventory.h"

Public Attributes | |
| bool | useBasePrice:1 | 
| bool | allowManufacture:1 | 
| bool | allowRecycler:1 | 
| bool | anchored:1 | 
| bool | anchorable:1 | 
| bool | fittableNonSingleton:1 | 
| bool | published:1 | 
| uint8 | catID | 
| uint16 | id | 
| std::string | name | 
| std::string | description | 
Definition at line 58 of file EVE_Inventory.h.
| bool Inv::GrpData::allowManufacture | 
Definition at line 60 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| bool Inv::GrpData::allowRecycler | 
Definition at line 61 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| bool Inv::GrpData::anchorable | 
Definition at line 63 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| bool Inv::GrpData::anchored | 
Definition at line 62 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| uint8 Inv::GrpData::catID | 
Definition at line 66 of file EVE_Inventory.h.
Referenced by BlueprintType::_LoadType(), ItemType::_LoadType(), ItemType::categoryID(), StaticDataMgr::Populate(), and MarketMgr::SetBasePrice().
| std::string Inv::GrpData::description | 
Definition at line 69 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| bool Inv::GrpData::fittableNonSingleton | 
Definition at line 64 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| uint16 Inv::GrpData::id | 
Definition at line 67 of file EVE_Inventory.h.
Referenced by ItemType::_LoadType(), ItemType::groupID(), ItemType::ItemType(), StaticDataMgr::Populate(), and MarketMgr::SetBasePrice().
| std::string Inv::GrpData::name | 
Definition at line 68 of file EVE_Inventory.h.
Referenced by ItemType::groupName(), and StaticDataMgr::Populate().
| bool Inv::GrpData::published | 
Definition at line 65 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| bool Inv::GrpData::useBasePrice | 
Definition at line 59 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().