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

Method btnNextStopClick

src/Battlescape/BattlescapeState.cpp:939–943  ·  view source on GitHub ↗

* Disables reselection of the current soldier and selects the next soldier. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

937 * @param action Pointer to an action.
938 */
939void BattlescapeState::btnNextStopClick(Action *)
940{
941 if (allowButtons())
942 selectNextPlayerUnit(true, true);
943}
944
945/**
946 * Selects next soldier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected