EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Inv::TypeData Struct Reference

#include "EVE_Inventory.h"

Collaboration diagram for Inv::TypeData:

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
 

Detailed Description

Definition at line 73 of file EVE_Inventory.h.

Member Data Documentation

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().

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
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().


The documentation for this struct was generated from the following file: