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

Method returnToBase

src/Savegame/Craft.cpp:623–626  ·  view source on GitHub ↗

* Sends the craft back to its origin base. */

Source from the content-addressed store, hash-verified

621 * Sends the craft back to its origin base.
622 */
623void Craft::returnToBase()
624{
625 setDestination(_base);
626}
627
628/**
629 * Moves the craft to its destination.

Callers 9

~TargetMethod · 0.80
~UfoMethod · 0.80
prepareDebriefingMethod · 0.80
completeTransferMethod · 0.80
btnBaseClickMethod · 0.80
time5SecondsMethod · 0.80
time10MinutesMethod · 0.80
moveMethod · 0.80
btnNoClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected