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

Method setAlienBase

src/Savegame/AlienMission.cpp:589–592  ·  view source on GitHub ↗

* Sets the alien base associated with this mission. * Only the alien supply missions care about this. * @param base A pointer to an alien base. */

Source from the content-addressed store, hash-verified

587 * @param base A pointer to an alien base.
588 */
589void AlienMission::setAlienBase(const AlienBase *base)
590{
591 _base = base;
592}
593
594/**
595 * Only alien supply missions ever have a valid pointer.

Callers 3

btnOkClickMethod · 0.45
operator()Method · 0.45
btnYesClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected