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

Method getFollowers

src/Savegame/Target.cpp:142–145  ·  view source on GitHub ↗

* Returns the list of crafts currently * following this target. * @return Pointer to list of crafts. */

Source from the content-addressed store, hash-verified

140 * @return Pointer to list of crafts.
141 */
142std::vector<Target*> *Target::getFollowers()
143{
144 return &_followers;
145}
146
147/**
148 * Returns the great circle distance to another

Callers 7

~MovingTargetMethod · 0.80
setDestinationMethod · 0.80
ufoReachedWaypointMethod · 0.80
time5SecondsMethod · 0.80
processTerrorSiteMethod · 0.80
time30MinutesMethod · 0.80
TargetInfoStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected