libtcod-net
SetCell Method (x, y, transparent, walkable)
NamespaceslibtcodWrapperTCODFovSetCell(Int32, Int32, Boolean, Boolean)
Set a map cell's properties
Declaration Syntax
C#
public void SetCell(
	int x,
	int y,
	bool transparent,
	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)