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

Method getNextStage

src/Ruleset/AlienDeployment.cpp:154–157  ·  view source on GitHub ↗

* Gets the next stage of the mission. * @return The next stage of the mission. */

Source from the content-addressed store, hash-verified

152 * @return The next stage of the mission.
153 */
154std::string AlienDeployment::getNextStage() const
155{
156 return _nextStage;
157}
158
159}

Callers 2

finishBattleMethod · 0.80
AbortMissionStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected