Method GetTileExplored
GetTileExplored(NwArea, int, int)
Gets whether the given area tile is visible on the map for this creature.
Tile exploration also controls object visibility in areas and the fog of war for interior and underground areas.
public bool GetTileExplored(NwArea area, int x, int y)
Parameters
areaNwAreaThe area containing the tile.
xintThe location of the tile on the x axis.
yintThe location of the tile on the y axis.
Returns
- bool
True if this creature has explored this tile, otherwise false.