Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getBioDelta
Method
getBioDelta
game/ui/general/transactioncontrol.cpp:713–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
}
712
713
int TransactionControl::getBioDelta(int index) const
714
{
715
return isBio ? -tradeState.shipmentsTotal(index) * storeSpace : 0;
716
}
717
718
int TransactionControl::getPriceDelta() const
719
{
Callers
3
closeScreen
Method · 0.80
closeScreen
Method · 0.80
updateFormValues
Method · 0.80
Calls
1
shipmentsTotal
Method · 0.80
Tested by
no test coverage detected