Hi guys, after running around the SDK for a few hours I am a bit stumped. What I am looking for is the function (or functions) that calculates how much culture a city produces in a turn and where it then adds to the stock of culture for that city.
I have found "setCulture" and "setCultureTimes100" in CvCity but can't seem to find where these are called. What I am looking for is where the code steps through the list of buildings and adds up all the culture being produced for the turn and then calls one of these functions (or one of their callers).
Any ideas?
I have found "setCulture" and "setCultureTimes100" in CvCity but can't seem to find where these are called. What I am looking for is where the code steps through the list of buildings and adds up all the culture being produced for the turn and then calls one of these functions (or one of their callers).
Any ideas?
Comment