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

Method isDiscovered

src/Savegame/Tile.cpp:392–395  ·  view source on GitHub ↗

* Get the black fog of war state of this tile. * @param part 0-2 westwall/northwall/content+floor * @return bool True = discovered the tile. */

Source from the content-addressed store, hash-verified

390 * @return bool True = discovered the tile.
391 */
392bool Tile::isDiscovered(int part) const
393{
394 return _discovered[part];
395}
396
397
398/**

Callers 9

drawTerrainMethod · 0.45
drawMethod · 0.45
saveAIMapMethod · 0.45
saveVoxelViewMethod · 0.45
time5SecondsMethod · 0.45
time10MinutesMethod · 0.45
time1MonthMethod · 0.45
getTargetsMethod · 0.45
drawMarkersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected