This is the complete list of members for Monster, including all inherited members.
addDefence(int def) | Champion | inline |
addDexterity(int dex) | Champion | inline |
addExperience(int exp) | Champion | |
addHealth(int hp) | Champion | inline |
addLuck(int luc) | Champion | inline |
addMagic(int mag) | Champion | inline |
addMoney(int mon) | Champion | inline |
addStrength(int stren) | Champion | inline |
attack() override | Monster | virtual |
block() override | Monster | virtual |
Champion(const unsigned id, const std::string n, unsigned int l, unsigned int e, double m, int he, int st, int de, int ma, int def, int lu) | Champion | |
clone() const | Monster | inlinevirtual |
defence | Champion | protected |
dexterity | Champion | protected |
experience | Champion | protected |
getDefence() | Champion | inline |
getDexterity() | Champion | inline |
getExperince() | Champion | inline |
getHealth() const | Champion | inline |
getId() | Champion | inline |
getLevel() | Champion | inline |
getLuck() | Champion | inline |
getMagic() | Champion | inline |
getMoney() | Champion | inline |
getName() | Champion | inline |
getStrength() | Champion | inline |
heal() | Champion | |
health | Champion | protected |
id_champion | Champion | protected |
level | Champion | protected |
luck | Champion | protected |
magic | Champion | protected |
money | Champion | protected |
Monster(const std::string n, unsigned int l, int he, int st, int de, int ma, int def, int lu) | Monster | inline |
Monster(Champion *const champ) | Monster | inline |
name | Champion | protected |
setHealth(int hp) | Champion | inline |
strength | Champion | protected |
takeMoney(double mon) | Champion |