Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getAmountTotal
Method
getAmountTotal
src/Savegame/Production.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int Production::getAmountTotal () const
40
{
41
return _amount;
42
}
43
44
void Production::setAmountTotal (int amount)
45
{
Callers
7
getUsedHangars
Method · 0.80
setAssignedEngineer
Method · 0.80
moreUnit
Method · 0.80
moreUnitPress
Method · 0.80
lessUnit
Method · 0.80
lessUnitClick
Method · 0.80
fillProductionList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected