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

Public Attributes | |
| bool | published:1 |
| bool | isRefinable:1 |
| bool | isRecyclable:1 |
| uint8 | race |
| uint8 | metaLvl |
| uint16 | id |
| uint16 | groupID |
| uint16 | portionSize |
| uint32 | marketGroupID |
| float | chanceOfDuplicating |
| float | radius |
| float | mass |
| float | volume |
| float | capacity |
| double | basePrice |
| std::string | name |
| std::string | description |
Definition at line 73 of file EVE_Inventory.h.
| double Inv::TypeData::basePrice |
Definition at line 88 of file EVE_Inventory.h.
Referenced by ItemType::basePrice(), and StaticDataMgr::Populate().
| float Inv::TypeData::capacity |
Definition at line 87 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), ItemType::capacity(), and StaticDataMgr::Populate().
| float Inv::TypeData::chanceOfDuplicating |
Definition at line 83 of file EVE_Inventory.h.
Referenced by ItemType::chanceOfDuplicating(), and StaticDataMgr::Populate().
| std::string Inv::TypeData::description |
Definition at line 90 of file EVE_Inventory.h.
Referenced by ItemType::description(), and StaticDataMgr::Populate().
| uint16 Inv::TypeData::groupID |
Definition at line 80 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), StationType::_LoadType(), BlueprintType::_LoadType(), CharacterType::_LoadType(), ItemType::_LoadType(), ItemType::ItemType(), StaticDataMgr::Populate(), and StationType::StationType().
| uint16 Inv::TypeData::id |
Definition at line 79 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), ItemType::id(), ItemType::ItemType(), ItemType::LoadEffects(), StaticDataMgr::Populate(), and StationType::StationType().
| bool Inv::TypeData::isRecyclable |
Definition at line 76 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate(), and ItemType::recyclable().
| bool Inv::TypeData::isRefinable |
Definition at line 75 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate(), and ItemType::refinable().
| uint32 Inv::TypeData::marketGroupID |
Definition at line 82 of file EVE_Inventory.h.
Referenced by ItemType::marketGroupID(), and StaticDataMgr::Populate().
| float Inv::TypeData::mass |
Definition at line 85 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), ItemType::mass(), and StaticDataMgr::Populate().
| uint8 Inv::TypeData::metaLvl |
Definition at line 78 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
| std::string Inv::TypeData::name |
Definition at line 89 of file EVE_Inventory.h.
Referenced by ItemType::name(), and StaticDataMgr::Populate().
| uint16 Inv::TypeData::portionSize |
Definition at line 81 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate(), and ItemType::portionSize().
| bool Inv::TypeData::published |
Definition at line 74 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), StaticDataMgr::Populate(), and ItemType::published().
| uint8 Inv::TypeData::race |
Definition at line 77 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), CharacterType::CharacterType(), StaticDataMgr::Populate(), and ItemType::race().
| float Inv::TypeData::radius |
Definition at line 84 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), StaticDataMgr::Populate(), and ItemType::radius().
| float Inv::TypeData::volume |
Definition at line 86 of file EVE_Inventory.h.
Referenced by ItemType::_Load(), StaticDataMgr::Populate(), and ItemType::volume().