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

Method reselectAllowed

src/Savegame/BattleUnit.cpp:1535–1538  ·  view source on GitHub ↗

* Check whether reselecting this unit is allowed. * @return bool */

Source from the content-addressed store, hash-verified

1533 * @return bool
1534 */
1535bool BattleUnit::reselectAllowed() const
1536{
1537 return !_dontReselect;
1538}
1539
1540/**
1541 * Set the amount of turns this unit is on fire. 0 = no fire.

Callers 2

selectPlayerUnitMethod · 0.80
handleAIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected