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

Method getTotal

src/Basescape/TransferItemsState.cpp:732–735  ·  view source on GitHub ↗

* Gets the total cost of the current transfer. * @return Total cost. */

Source from the content-addressed store, hash-verified

730 * @return Total cost.
731 */
732int TransferItemsState::getTotal() const
733{
734 return _total;
735}
736
737/**
738 * Gets the shortest distance between the two bases.

Callers 1

TransferConfirmStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected