What does Player.GetImprovementCount do?

Just guessing here: probably returns the total number of a certain improvement a player has within their borders, e.g. total number of farms in their empire.
But hey, that's just a guess. :dunno:
 
Why guess? We have the DLL source code.

Players[0]:GetImprovementCount(GameInfoTypes.IMPROVEMENT_FARM)

how many farms the player has in the current game
 
Back
Top Bottom