Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getWeight
Method
getWeight
game/state/city/vehicle.cpp:3472–3476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3470
}
3471
3472
int Vehicle::getWeight() const
3473
{
3474
auto et = getEquipmentTypes();
3475
return this->type->getWeight(et.begin(), et.end());
3476
}
3477
3478
int Vehicle::getMaxFuel() const
3479
{
Callers
5
updateFalling
Method · 0.45
getAttackDecision
Method · 0.45
displayImplementation
Method · 0.45
displayAlien
Method · 0.45
displayImplementation
Method · 0.45
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected