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

Method getAlienBases

src/Savegame/SavedGame.cpp:1404–1407  ·  view source on GitHub ↗

* Returns the list of alien bases. * @return Pointer to alien base list. */

Source from the content-addressed store, hash-verified

1402 * @return Pointer to alien base list.
1403 */
1404std::vector<AlienBase*> *SavedGame::getAlienBases()
1405{
1406 return &_alienBases;
1407}
1408
1409/**
1410 * Toggles debug mode.

Callers 10

loadMethod · 0.80
loadMethod · 0.80
spawnAlienBaseMethod · 0.80
prepareDebriefingMethod · 0.80
btnOkClickMethod · 0.80
time10MinutesMethod · 0.80
time1DayMethod · 0.80
time1MonthMethod · 0.80
getTargetsMethod · 0.80
drawMarkersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected