MCPcopy 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
39int Production::getAmountTotal () const
40{
41 return _amount;
42}
43
44void Production::setAmountTotal (int amount)
45{

Callers 7

getUsedHangarsMethod · 0.80
setAssignedEngineerMethod · 0.80
moreUnitMethod · 0.80
moreUnitPressMethod · 0.80
lessUnitMethod · 0.80
lessUnitClickMethod · 0.80
fillProductionListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected