Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
int Production::getAmountProduced () const
181
{
182
return _timeSpent / _rules->getManufactureTime ();
183
}
184
185
const RuleManufacture * Production::getRules() const
186
{
Callers
4
getUsedHangars
Method · 0.80
lessUnit
Method · 0.80
lessUnitClick
Method · 0.80
fillProductionList
Method · 0.80
Calls
1
getManufactureTime
Method · 0.80
Tested by
no test coverage detected