Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getCrewDelta
Method
getCrewDelta
game/ui/general/transactioncontrol.cpp:703–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
701
}
702
703
int TransactionControl::getCrewDelta(int index) const
704
{
705
return isPerson ? -tradeState.shipmentsTotal(index) : 0;
706
}
707
708
int TransactionControl::getCargoDelta(int index) const
709
{
Callers
2
closeScreen
Method · 0.80
updateFormValues
Method · 0.80
Calls
1
shipmentsTotal
Method · 0.80
Tested by
no test coverage detected