MCPcopy 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
703int TransactionControl::getCrewDelta(int index) const
704{
705 return isPerson ? -tradeState.shipmentsTotal(index) : 0;
706}
707
708int TransactionControl::getCargoDelta(int index) const
709{

Callers 2

closeScreenMethod · 0.80
updateFormValuesMethod · 0.80

Calls 1

shipmentsTotalMethod · 0.80

Tested by

no test coverage detected