sc2-gamedata
ItemContainer.h
Go to the documentation of this file.
1 // ItemContainer.h generated from model.xml using generate-code.xsl
2 
3 #ifndef ITEMCONTAINER_H
4 #define ITEMCONTAINER_H
5 
6 #include "UnderlyingTypes.h"
7 
12 typedef enum
13 {
19 
21 
23 
28 {
34 
39  std::vector<CItemClassLink> Classes;
40 
46 };
47 
52 {
60 
67 
74 };
75 
81 {
82 public:
88 
94 
100 
105  std::vector<SItemContainerSlot> Slots;
106 };
107 
108 #endif // ITEMCONTAINER_H
EClassIdCItemContainer
Generic.
Definition: ItemContainer.h:12
const int32 e_classIdCItemContainerCount
Definition: ItemContainer.h:22
uint8 Row
Row.
Definition: ItemContainer.h:66
CButtonLink EmptyFace
Empty Face.
Definition: ItemContainer.h:33
std::vector< SItemContainerSlot > Slots
Slots.
Definition: ItemContainer.h:105
uint8 flag8
Definition: UnderlyingTypes.h:57
uint32 ModelHeight
Model Height.
Definition: ItemContainer.h:93
Generic.
Definition: ItemContainer.h:80
uint8 Column
Column.
Definition: ItemContainer.h:73
qint32 int32
Definition: UnderlyingTypes.h:42
quint32 uint32
Definition: UnderlyingTypes.h:22
Generic.
Definition: ItemContainer.h:18
flag8 Equip
Equip.
Definition: ItemContainer.h:59
Definition: ItemContainer.h:51
std::vector< CItemClassLink > Classes
Classes.
Definition: ItemContainer.h:39
Definition: ItemContainer.h:27
quint8 uint8
Definition: UnderlyingTypes.h:12
uint32 ModelWidth
Model Width.
Definition: ItemContainer.h:99
CModelLink Model
Model.
Definition: ItemContainer.h:87
const CTechRequirementsGraph * Requirements
Requirements.
Definition: ItemContainer.h:45
Definition: UnderlyingTypes.h:1035