Get a map cell's properties

Declaration Syntax
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)