Home
last modified time | relevance | path

Searched refs:GetMoraleModificator (Results 1 – 8 of 8) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes_base.cpp353 int HeroBase::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in HeroBase
361 result += castle->GetMoraleModificator( strs ); in GetMoraleModificator()
364 result += GetArmy().GetMoraleModificator( strs ); in GetMoraleModificator()
H A Dheroes_base.h96 int GetMoraleModificator( std::string * = nullptr ) const;
H A Dheroes.cpp604 result += GetMoraleModificator( strs ); in GetMoraleWithModificators()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/
H A Darmy.h168 int GetMoraleModificator( std::string * ) const;
H A Darmy.cpp1007 …return currentCommander != nullptr ? currentCommander->GetMorale() : GetMoraleModificator( nullptr… in GetMorale()
1010 int Army::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in Army
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcaptain.cpp115 result += GetMoraleModificator( nullptr ); in GetMorale()
H A Dcastle.h193 int GetMoraleModificator( std::string * ) const;
H A Dcastle.cpp2126 int Castle::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in Castle