|
CardGame
Rogue-like card videogame
|
This is the complete list of members for Bandits, including all inherited members.
| Bandits(int hp=30) | Bandits | |
| Enemy(int hp) | Enemy | protected |
| Entity() | Entity | inline |
| Entity(int hp, int attack=0, int armor=0) | Entity | inline |
| getArmor() const | Entity | inline |
| getAttack() const | Entity | inline |
| getHp() const | Entity | inline |
| getName() const | Entity | 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_moveIndex | Enemy | protected |
| m_moves | Enemy | protected |
| m_name | Entity | protected |
| nextMove() | Enemy | |
| resetArmor() | Entity | inline |
| resetAttack() | Entity | inline |