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

Method getAlienBase

src/Savegame/AlienMission.cpp:598–601  ·  view source on GitHub ↗

* Only alien supply missions ever have a valid pointer. * @return A pointer (possibly 0) of the AlienBase for this mission. */

Source from the content-addressed store, hash-verified

596 * @return A pointer (possibly 0) of the AlienBase for this mission.
597 */
598const AlienBase *AlienMission::getAlienBase() const
599{
600 return _base;
601}
602
603/**
604 * Add alien points to the country and region at the coordinates given.

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected