Home
last modified time | relevance | path

Searched refs:GetPowerModificator (Results 1 – 6 of 6) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes_base.h94 int GetPowerModificator( std::string * = nullptr ) const;
H A Dheroes_base.cpp327 int HeroBase::GetPowerModificator( std::string * strs ) const in GetPowerModificator() function in HeroBase
335 result += castle->GetPowerModificator( strs ); in GetPowerModificator()
H A Dheroes.cpp471 const int result = power + GetPowerModificator( strs ); in GetPower()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcaptain.cpp101 const int finalPower = power + GetPowerModificator( nullptr ); in GetPower()
H A Dcastle.h191 int GetPowerModificator( std::string * ) const;
H A Dcastle.cpp2105 int Castle::GetPowerModificator( std::string * strs ) const in GetPowerModificator() function in Castle