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

Method decreaseLiveUfos

src/Savegame/AlienMission.h:101–101  ·  view source on GitHub ↗

Decrease number of live UFOs.

Source from the content-addressed store, hash-verified

99 void increaseLiveUfos() { ++_liveUfos; }
100 /// Decrease number of live UFOs.
101 void decreaseLiveUfos() { --_liveUfos; }
102 /// Handle UFO reaching a waypoint.
103 void ufoReachedWaypoint(Ufo &ufo, Game &engine, const Globe &globe);
104 /// Handle UFO lifting from the ground.

Callers 1

~UfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected