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

Method setVisible

src/Savegame/Tile.cpp:839–842  ·  view source on GitHub ↗

* Set the tile visible flag. * @param visibility */

Source from the content-addressed store, hash-verified

837 * @param visibility
838 */
839void Tile::setVisible(int visibility)
840{
841 _visible += visibility;
842}
843
844/**
845 * Get the tile visible flag.

Callers 15

endTurnMethod · 0.45
resetUnitTilesMethod · 0.45
ActionMenuStateMethod · 0.45
addItemMethod · 0.45
nextStageMethod · 0.45
deployXCOMMethod · 0.45
InfoboxOKStateMethod · 0.45
InventoryStateMethod · 0.45
BriefingStateMethod · 0.45
thinkMethod · 0.45
ActionMenuItemMethod · 0.45
DebriefingStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected