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

Method getId

src/Savegame/AlienMission.cpp:578–582  ·  view source on GitHub ↗

* @return The unique ID assigned to this mission. */

Source from the content-addressed store, hash-verified

576 * @return The unique ID assigned to this mission.
577 */
578int AlienMission::getId() const
579{
580 assert(_uniqueID != 0 && "Uninitalized mission!");
581 return _uniqueID;
582}
583
584/**
585 * Sets the alien base associated with this mission.

Callers 4

operator()Method · 0.45
saveMethod · 0.45
ufoReachedWaypointMethod · 0.45
spawnAlienBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected