MCPcopy 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
3472int Vehicle::getWeight() const
3473{
3474 auto et = getEquipmentTypes();
3475 return this->type->getWeight(et.begin(), et.end());
3476}
3477
3478int Vehicle::getMaxFuel() const
3479{

Callers 5

updateFallingMethod · 0.45
getAttackDecisionMethod · 0.45
displayImplementationMethod · 0.45
displayAlienMethod · 0.45
displayImplementationMethod · 0.45

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected