Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/game/data/base/
H A Dbase.h177 int calcMaxAllowedProd (int ressourceType) const;
H A Dbase.cpp112 return calcMaxAllowedProd (RES_METAL); in getMaxAllowedMetalProd()
117 return calcMaxAllowedProd (RES_GOLD); in getMaxAllowedGoldProd()
122 return calcMaxAllowedProd (RES_OIL); in getMaxAllowedOilProd()
237 int sSubBase::calcMaxAllowedProd (int ressourceType) const in calcMaxAllowedProd() function in sSubBase