MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getFuelLimit

Method getFuelLimit

src/Savegame/Craft.cpp:604–607  ·  view source on GitHub ↗

* Returns the minimum required fuel for the * craft to make it back to base. * @return Fuel amount. */

Source from the content-addressed store, hash-verified

602 * @return Fuel amount.
603 */
604int Craft::getFuelLimit() const
605{
606 return getFuelLimit(_base);
607}
608
609/**
610 * Returns the minimum required fuel for the

Callers 3

TransferItemsStateMethod · 0.80
completeTransferMethod · 0.80
time10MinutesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected