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

Method getCountries

src/Savegame/SavedGame.cpp:764–767  ·  view source on GitHub ↗

* Returns the list of countries in the game world. * @return Pointer to country list. */

Source from the content-addressed store, hash-verified

762 * @return Pointer to country list.
763 */
764std::vector<Country*> *SavedGame::getCountries()
765{
766 return &_countries;
767}
768
769/**
770 * Adds up the monthly funding of all the countries.

Callers 15

thinkMethod · 0.80
addScoreMethod · 0.80
prepareDebriefingMethod · 0.80
newSaveMethod · 0.80
FundingStateMethod · 0.80
calculateChangesMethod · 0.80
AlienBaseStateMethod · 0.80
time5SecondsMethod · 0.80
processTerrorSiteMethod · 0.80
time30MinutesMethod · 0.80
time1DayMethod · 0.80
drawDetailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected