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

Method dontReselect

src/Savegame/BattleUnit.cpp:1517–1520  ·  view source on GitHub ↗

* Mark this unit as not reselectable. */

Source from the content-addressed store, hash-verified

1515 * Mark this unit as not reselectable.
1516 */
1517void BattleUnit::dontReselect()
1518{
1519 _dontReselect = true;
1520}
1521
1522/**
1523 * Mark this unit as reselectable.

Callers 4

selectPlayerUnitMethod · 0.80
postPathProceduresMethod · 0.80
thinkMethod · 0.80
handleAIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected