|
CardGame
Rogue-like card videogame
|
This is the complete list of members for Player, including all inherited members.
| Entity() | Entity | inline |
| Entity(int hp, int attack=0, int armor=0) | Entity | inline |
| getArmor() const | Entity | inline |
| getAttack() const | Entity | inline |
| getDeckPlayer() | Player | inline |
| getHp() const | Entity | inline |
| getName() const | Player | inline |
| increaseArmor(int amount) | Entity | inline |
| increaseAttack(int amount) | Entity | inline |
| increaseHp(int amount) | Entity | inline |
| lowerArmor(int amount) | Entity | inline |
| lowerHp(int amount) | Entity | inline |
| m_armor | Entity | protected |
| m_attack | Entity | protected |
| m_hp | Entity | protected |
| m_name | Entity | protected |
| Player() | Player | inline |
| Player(const std::vector< DeckEntry > &startingCardList, int hp=10) | Player | |
| resetArmor() | Entity | inline |
| resetAttack() | Entity | inline |
| setName(std::string_view name) | Player | inline |