CardGame
Rogue-like card videogame
Loading...
Searching...
No Matches
Entity Member List

This is the complete list of members for Entity, including all inherited members.

Entity()Entityinline
Entity(int hp, int attack=0, int armor=0)Entityinline
getArmor() constEntityinline
getAttack() constEntityinline
getHp() constEntityinline
getName() constEntityinline
increaseArmor(int amount)Entityinline
increaseAttack(int amount)Entityinline
increaseHp(int amount)Entityinline
lowerArmor(int amount)Entityinline
lowerHp(int amount)Entityinline
m_armorEntityprotected
m_attackEntityprotected
m_hpEntityprotected
m_nameEntityprotected
resetArmor()Entityinline
resetAttack()Entityinline