Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes_base.h92 int GetAttackModificator( std::string * = nullptr ) const;
H A Dheroes_base.cpp301 int HeroBase::GetAttackModificator( std::string * strs ) const in GetAttackModificator() function in HeroBase
309 result += castle->GetAttackModificator( strs ); in GetAttackModificator()
H A Dheroes.cpp449 int result = attack + GetAttackModificator( strs ); in GetAttack()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcaptain.cpp91 return attack + GetAttackModificator( nullptr ); in GetAttack()
H A Dcastle.h189 int GetAttackModificator( const std::string * ) const;
H A Dcastle.cpp2095 int Castle::GetAttackModificator( const std::string * ) const in GetAttackModificator() function in Castle