Useable - JayhawkZombie/EECS581Project GitHub Wiki

##Abstract The Useable Class defines all of the items that are 'useable' potions or explosives

##Derived From Item

##Dependencies None

##MemberVariables

  • Damage m_damage
    • Healing items will deal negative damage, which will be handled in the takeDamage() function by the BattleActor class

##Methods

  • int Num() returns the number of Useable items

##Old Version The Old Version contains health potions and all of that stuff which is the basis of this class so feel free to glance at it