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

Method getTerrorSites

src/Savegame/SavedGame.cpp:872–875  ·  view source on GitHub ↗

* Returns the list of terror sites. * @return Pointer to terror site list. */

Source from the content-addressed store, hash-verified

870 * @return Pointer to terror site list.
871 */
872std::vector<TerrorSite*> *SavedGame::getTerrorSites()
873{
874 return &_terrorSites;
875}
876
877/**
878 * Get pointer to the battleGame object.

Callers 8

loadMethod · 0.80
ufoReachedWaypointMethod · 0.80
prepareDebriefingMethod · 0.80
btnOkClickMethod · 0.80
time5SecondsMethod · 0.80
time30MinutesMethod · 0.80
getTargetsMethod · 0.80
drawMarkersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected