* Get the black fog of war state of this tile. * @param part 0-2 westwall/northwall/content+floor * @return bool True = discovered the tile. */
| 390 | * @return bool True = discovered the tile. |
| 391 | */ |
| 392 | bool Tile::isDiscovered(int part) const |
| 393 | { |
| 394 | return _discovered[part]; |
| 395 | } |
| 396 | |
| 397 | |
| 398 | /** |
no outgoing calls
no test coverage detected