Loading...
Searching...
No Matches
CityBuilderCore.CoverageScore Class Reference

Detailed Description

percentage of how much of the population is covered by certain buildings example: 1 temple covers 1x100 | 2 shrines cover 2x50 | population=400 => 50% coverage

https://citybuilder.softleitner.com/manual/scores

Inheritance diagram for CityBuilderCore.CoverageScore:
CityBuilderCore.Score

Public Member Functions

override int Calculate ()
 
- Public Member Functions inherited from CityBuilderCore.Score
int Calculate ()
 freshly calculates the score value
consider using GetCalculatorValue instead to get a buffered value
 
int GetCalculatorValue ()
 gets the buffered score value from the IScoresCalculator
 

Public Attributes

BuildingEvaluation[] Evaluations
 
Population[] Populations
 
- Public Attributes inherited from CityBuilderCore.Score
string Name