libtcod
Function TCOD_map_is_transparent
Function Documentation
TCOD_map_is_transparent()
libtcod
Function TCOD_map_is_transparent
View page source
Function TCOD_map_is_transparent
¶
Defined in
File fov.h
Function Documentation
¶
bool
TCOD_map_is_transparent
(
const
TCOD_Map
*
map
,
int
x
,
int
y
)
¶
Return true if this cell is transparent.