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

Method getMissionType

src/Savegame/SavedBattleGame.cpp:503–506  ·  view source on GitHub ↗

* Gets the mission type. * @return The mission type. */

Source from the content-addressed store, hash-verified

501 * @return The mission type.
502 */
503std::string SavedBattleGame::getMissionType() const
504{
505 return _missionType;
506}
507
508/**
509 * Sets the global shade.

Callers 15

saveMethod · 0.80
nextStageMethod · 0.80
runMethod · 0.80
addXCOMUnitMethod · 0.80
generateMapMethod · 0.80
setupPatrolMethod · 0.80
evaluateAIModeMethod · 0.80
explosiveEfficacyMethod · 0.80
BriefingStateMethod · 0.80
prepareDebriefingMethod · 0.80
finishBattleMethod · 0.80
hitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected