Home
last modified time | relevance | path

Searched refs:getResourcesHarvested (Results 1 – 5 of 5) sorted by relevance

/dports/games/glest/glest_source_3.2.2/source/glest_game/game/
H A Dstats.h65 …int getResourcesHarvested(int factionIndex) const {return playerStats[factionIndex].resourcesHar… in getResourcesHarvested() function
/dports/games/glest/glest_source_3.2.2/source/glest_game/main/
H A Dbattle_end.cpp73 int resourcesHarvested= stats.getResourcesHarvested(i); in render()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dstats.h116 …int getResourcesHarvested(int factionIndex) const {return playerStats[factionIndex].resourcesHar… in getResourcesHarvested() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/
H A Dbattle_end.cpp499 int resourcesHarvested = stats.getResourcesHarvested(i); in render()
538 int resourcesHarvested= stats.getResourcesHarvested(i); in render()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.cpp2911 …eHarvestedCount_" + intToStr(factionIndex)] = intToStr(gameStats->getResourcesHarvested(factionInd… in publishToMasterserverStats()