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

Method getFallingUnits

src/Savegame/SavedBattleGame.cpp:1519–1522  ·  view source on GitHub ↗

* Gets all units in the battlescape that are falling. * @return The falling units in the battlescape. */

Source from the content-addressed store, hash-verified

1517 * @return The falling units in the battlescape.
1518 */
1519std::list<BattleUnit*> *SavedBattleGame::getFallingUnits()
1520{
1521 return &_fallingUnits;
1522}
1523
1524/**
1525 * Toggles the switch that says "there are units falling, start the fall state".

Callers 1

thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected