Searched refs:GetAttackModificator (Results 1 – 6 of 6) sorted by relevance
92 int GetAttackModificator( std::string * = nullptr ) const;
301 int HeroBase::GetAttackModificator( std::string * strs ) const in GetAttackModificator() function in HeroBase309 result += castle->GetAttackModificator( strs ); in GetAttackModificator()
449 int result = attack + GetAttackModificator( strs ); in GetAttack()
91 return attack + GetAttackModificator( nullptr ); in GetAttack()
189 int GetAttackModificator( const std::string * ) const;
2095 int Castle::GetAttackModificator( const std::string * ) const in GetAttackModificator() function in Castle