libtcod
Loading...
Searching...
No Matches
TCODMap Member List

This is the complete list of members for TCODMap, including all inherited members.

clear(bool transparent=false, bool walkable=false)TCODMap
computeFov(int playerX, int playerY, int maxRadius=0, bool light_walls=true, TCOD_fov_algorithm_t algo=FOV_BASIC)TCODMap
copy(const TCODMap *source)TCODMap
data (defined in TCODMap)TCODMap
getHeight() const (defined in TCODMap)TCODMap
getNbCells() const (defined in TCODMap)TCODMap
getWidth() constTCODMap
isInFov(int x, int y) constTCODMap
isTransparent(int x, int y) constTCODMap
isWalkable(int x, int y) const (defined in TCODMap)TCODMap
operator=(const TCODMap &)=delete (defined in TCODMap)TCODMap
operator=(TCODMap &&rhs) noexcept (defined in TCODMap)TCODMapinline
setInFov(int x, int y, bool fov) (defined in TCODMap)TCODMap
setProperties(int x, int y, bool isTransparent, bool isWalkable)TCODMap
TCODDijkstra (defined in TCODMap)TCODMapfriend
TCODMap(int width, int height)TCODMap
TCODMap(const TCODMap &)=delete (defined in TCODMap)TCODMap
TCODMap(TCODMap &&rhs) noexcept (defined in TCODMap)TCODMapinline
TCODPath (defined in TCODMap)TCODMapfriend
~TCODMap() (defined in TCODMap)TCODMapvirtual