MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getMonthlyMaintenace

Method getMonthlyMaintenace

src/Savegame/Base.cpp:952–955  ·  view source on GitHub ↗

* Returns the total amount of all the maintenance * monthly costs in the base. * @return Maintenance costs. */

Source from the content-addressed store, hash-verified

950 * @return Maintenance costs.
951 */
952int Base::getMonthlyMaintenace() const
953{
954 return getCraftMaintenance() + getPersonnelMaintenance() + getFacilityMaintenance();
955}
956
957/**
958 * Returns the list of all base's ResearchProject

Callers 2

getBaseMaintenanceMethod · 0.80
MonthlyCostsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected