Home
last modified time | relevance | path

Searched refs:timePlayerLeft (Results 1 – 2 of 2) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dstats.h49 int timePlayerLeft; variable
122 int getTimePlayerLeft(int factionIndex) const {return playerStats[factionIndex].timePlayerLeft;} in getTimePlayerLeft()
123 …void setTimePlayerLeft(int factionIndex, int value) {playerStats[factionIndex].timePlayerLeft = v… in setTimePlayerLeft()
H A Dstats.cpp32 timePlayerLeft = -1; in PlayerStats()