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

Method getAmountProduced

src/Savegame/Production.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180int Production::getAmountProduced () const
181{
182 return _timeSpent / _rules->getManufactureTime ();
183}
184
185const RuleManufacture * Production::getRules() const
186{

Callers 4

getUsedHangarsMethod · 0.80
lessUnitMethod · 0.80
lessUnitClickMethod · 0.80
fillProductionListMethod · 0.80

Calls 1

getManufactureTimeMethod · 0.80

Tested by

no test coverage detected