libtcod-net
CalculateFOV Method (playerX, playerY, radius)
NamespaceslibtcodWrapperTCODFovCalculateFOV(Int32, Int32, Int32)
Recalculate FOV information based upon player location and lighit radius
Declaration Syntax
C#
public void CalculateFOV(
	int playerX,
	int playerY,
	int radius
)
Parameters
playerX (Int32)
Player x coord
playerY (Int32)
Player y coor
radius (Int32)
Radius of sight. 0 means unlimited sight radius

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