24 #ifndef BEING_FLOORITEM_H
25 #define BEING_FLOORITEM_H
59 const int x,
const int y,
66 const int *
const cards);
76 const int offsetX,
const int offsetY)
120 void setCards(
const int *
const cards,
int sz);
122 int getCard(
const int index)
const;
void draw(Graphics *const graphics, const int offsetX, const int offsetY) const
CursorT getHoverCursor() const
Damaged getDamaged() const
unsigned getPickupCount() const
void setShowMsg(const bool n)
ItemTypeT getItemType() const
std::string getName() const
ItemColor getColor() const
FloorItem(const BeingId id, const int itemId, const int x, const int y, const ItemTypeT itemType, const int amount, const int refine, const ItemColor color, const Identified identified, const Damaged damaged, const int *const cards)
const ItemInfo & getInfo() const
int getCard(const int index) const
void setCards(const int *const cards, int sz)
ActorTypeT getType() const
unsigned int mPickupCount
void postInit(Map *const map, int subX, int subY)
Identified getIdentified() const
#define A_DELETE_COPY(func)