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

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

Entity()Entityinline
Entity(int hp, int attack=0, int armor=0)Entityinline
getArmor() constEntityinline
getAttack() constEntityinline
getDeckPlayer()Playerinline
getHp() constEntityinline
getName() constPlayerinline
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
Player()Playerinline
Player(const std::vector< DeckEntry > &startingCardList, int hp=10)Player
resetArmor()Entityinline
resetAttack()Entityinline
setName(std::string_view name)Playerinline