Function for getting the city production

dvdundvideo

Chieftain
Joined
Feb 12, 2009
Messages
4
Hi guys,

I just need to know the name of the getter-function for cityproduction/turn. (the value right to the "hammer"-icon in the city screen). I tried several functions from CvCity but they didnt got me what i want.

Thx in advance
dvdundvideo
 
CvCity::getBaseYieldRate(YIELD_PRODUCTION) or CvCity::getYieldRate(YIELD_PRODUCTION) depending on if you want the value before or after production modifiers are applied.
 
Top Bottom