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

Method getUnitsFalling

src/Savegame/SavedBattleGame.cpp:1537–1540  ·  view source on GitHub ↗

* Returns whether there are any units falling in the battlescape. * @return True if there are any units falling in the battlescape. */

Source from the content-addressed store, hash-verified

1535 * @return True if there are any units falling in the battlescape.
1536 */
1537bool SavedBattleGame::getUnitsFalling() const
1538{
1539 return _unitsFalling;
1540}
1541
1542/**
1543 * Gets the highest ranked, living XCom unit.

Callers 2

thinkMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected