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

Method getDestination

src/Savegame/MovingTarget.cpp:87–90  ·  view source on GitHub ↗

* Returns the destination the moving target is heading to. * @return Pointer to destination. */

Source from the content-addressed store, hash-verified

85 * @return Pointer to destination.
86 */
87Target *MovingTarget::getDestination() const
88{
89 return _dest;
90}
91
92/**
93 * Changes the destination the moving target is heading to.

Callers 15

BriefingStateMethod · 0.80
thinkMethod · 0.80
prepareDebriefingMethod · 0.80
completeTransferMethod · 0.80
GeoscapeCraftStateMethod · 0.80
time5SecondsMethod · 0.80
time10MinutesMethod · 0.80
getTargetsMethod · 0.80
drawFlightsMethod · 0.80
CraftPatrolStateMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected