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

Method setMissionType

src/Savegame/SavedBattleGame.cpp:494–497  ·  view source on GitHub ↗

* Sets the mission type. * @param missionType The mission type. */

Source from the content-addressed store, hash-verified

492 * @param missionType The mission type.
493 */
494void SavedBattleGame::setMissionType(const std::string &missionType)
495{
496 _missionType = missionType;
497}
498
499/**
500 * Gets the mission type.

Callers 5

finishBattleMethod · 0.80
btnOkClickMethod · 0.80
btnYesClickMethod · 0.80
handleBaseDefenseMethod · 0.80
btnYesClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected