libtcod-net
GetCell Method (x, y, transparent, walkable)
NamespaceslibtcodWrapperTCODFovGetCell(Int32, Int32, Boolean%, Boolean%)
Get a map cell's properties
Declaration Syntax
C#
public void GetCell(
	int x,
	int y,
	out bool transparent,
	out bool walkable
)
Parameters
x (Int32)
x (width) to update
y (Int32)
y (height) to update
transparent ( Boolean %)
Light can pass through cell?
walkable ( Boolean %)
Creatures can pass through cell?

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)