* Gets the total cost of the current transfer. * @return Total cost. */
| 730 | * @return Total cost. |
| 731 | */ |
| 732 | int TransferItemsState::getTotal() const |
| 733 | { |
| 734 | return _total; |
| 735 | } |
| 736 | |
| 737 | /** |
| 738 | * Gets the shortest distance between the two bases. |
no outgoing calls
no test coverage detected