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

Method setVisible

src/Savegame/BattleUnit.cpp:1606–1609  ·  view source on GitHub ↗

* Set whether this unit is visible. * @param flag */

Source from the content-addressed store, hash-verified

1604 * @param flag
1605 */
1606void BattleUnit::setVisible(bool flag)
1607{
1608 _visible = flag;
1609}
1610
1611
1612/**

Callers 1

clearVisibleTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected