Searched refs:GetPowerModificator (Results 1 – 6 of 6) sorted by relevance
94 int GetPowerModificator( std::string * = nullptr ) const;
327 int HeroBase::GetPowerModificator( std::string * strs ) const in GetPowerModificator() function in HeroBase335 result += castle->GetPowerModificator( strs ); in GetPowerModificator()
471 const int result = power + GetPowerModificator( strs ); in GetPower()
101 const int finalPower = power + GetPowerModificator( nullptr ); in GetPower()
191 int GetPowerModificator( std::string * ) const;
2105 int Castle::GetPowerModificator( std::string * strs ) const in GetPowerModificator() function in Castle