Home
last modified time | relevance | path

Searched refs:getVisitValue (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle.h175 double getVisitValue( const Heroes & hero ) const;
H A Dcastle.cpp463 double Castle::getVisitValue( const Heroes & hero ) const in getVisitValue() function in Castle
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/
H A Dai_normal_hero.cpp577 double value = castle->getVisitValue( hero ); in getHunterObjectValue()
819 double value = castle->getVisitValue( hero ); in getFighterObjectValue()