Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getPickupCost
Method
getPickupCost
game/state/battle/battleunit.cpp:1331–1331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1329
}
1330
1331
int BattleUnit::getPickupCost() const { return initialTU * 10 / 100; }
1332
1333
int BattleUnit::getThrowCost() const { return initialTU * 18 / 100; }
1334
Callers
3
handleItemPlacement
Method · 0.80
tryPlaceItem
Method · 0.80
orderDrop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected