|
EvEmu
0.8.4
11 September 2021
|
#include "EVE_Inventory.h"
Public Attributes | |
| bool | type |
| uint16 | attrID |
| uint32 | itemID |
| int64 | valueInt |
| double | valueFloat |
Definition at line 108 of file EVE_Inventory.h.
| uint16 Inv::AttrData::attrID |
Definition at line 110 of file EVE_Inventory.h.
Referenced by AttributeMap::Save().
| uint32 Inv::AttrData::itemID |
Definition at line 111 of file EVE_Inventory.h.
Referenced by AttributeMap::Save().
| bool Inv::AttrData::type |
Definition at line 109 of file EVE_Inventory.h.
Referenced by AttributeMap::Save().
| double Inv::AttrData::valueFloat |
Definition at line 113 of file EVE_Inventory.h.
Referenced by AttributeMap::Save().
| int64 Inv::AttrData::valueInt |
Definition at line 112 of file EVE_Inventory.h.
Referenced by AttributeMap::Save().