Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_army.h72 u32 GetDeadCounts( void ) const;
H A Dbattle_army.cpp370 u32 Battle::Force::GetDeadCounts( void ) const in GetDeadCounts() function in Battle::Force
H A Dbattle_arena.cpp549 result_game.killed = army_loss ? army_loss->GetDeadCounts() : 0; in Turns()