Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dcasualtiestracker.h43 int getCasualtiesOfUnitType (sID unitType, int playerNr) const;
H A Dcasualtiestracker.cpp92 setCasualty (unitType, getCasualtiesOfUnitType (unitType, playerNr) + 1, playerNr); in logCasualty()
128 int cCasualtiesTracker::getCasualtiesOfUnitType (sID unitType, int playerNr) const in getCasualtiesOfUnitType() function in cCasualtiesTracker
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowreports/
H A Dwindowreports.cpp393 unitCasualities.push_back (casualties->getCasualtiesOfUnitType (unitId, player->getNr())); in rebuildDisadvantagesList()