|
ClassicCityBuilderKit 1.9.4
|
helper for HousingComponent that specifies the capacity of a certain population the housing can hold
used during runtime to store the currently present and reserved quantities
Classes | |
| class | PopulationHousingData |
Public Member Functions | |
| int | GetRemainingCapacity () |
| PopulationHousingData | SaveData () |
| void | LoadData (PopulationHousingData data) |
Public Attributes | |
| Population | Population |
| int | Capacity |
Properties | |
| int | Quantity [get, set] |
| int | Reserved [get, set] |