Searched refs:GetMoraleModificator (Results 1 – 8 of 8) sorted by relevance
353 int HeroBase::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in HeroBase361 result += castle->GetMoraleModificator( strs ); in GetMoraleModificator()364 result += GetArmy().GetMoraleModificator( strs ); in GetMoraleModificator()
96 int GetMoraleModificator( std::string * = nullptr ) const;
604 result += GetMoraleModificator( strs ); in GetMoraleWithModificators()
168 int GetMoraleModificator( std::string * ) const;
1007 …return currentCommander != nullptr ? currentCommander->GetMorale() : GetMoraleModificator( nullptr… in GetMorale()1010 int Army::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in Army
115 result += GetMoraleModificator( nullptr ); in GetMorale()
193 int GetMoraleModificator( std::string * ) const;
2126 int Castle::GetMoraleModificator( std::string * strs ) const in GetMoraleModificator() function in Castle