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

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

compute(int ox, int oy, int dx, int dy)TCODPath
cppData (defined in TCODPath)TCODPathprotected
data (defined in TCODPath)TCODPathprotected
get(int index, int *x, int *y) constTCODPath
getDestination(int *x, int *y) const (defined in TCODPath)TCODPath
getOrigin(int *x, int *y) constTCODPath
isEmpty() constTCODPath
operator=(const TCODPath &)=delete (defined in TCODPath)TCODPath
operator=(TCODPath &&rhs) noexcept (defined in TCODPath)TCODPathinline
reverse()TCODPath
size() constTCODPath
TCOD_path_func (defined in TCODPath)TCODPathfriend
TCODPath(const TCODMap *map, float diagonalCost=1.41f)TCODPath
TCODPath(int width, int height, const ITCODPathCallback *listener, void *userData, float diagonalCost=1.41f)TCODPath
TCODPath(const TCODPath &)=delete (defined in TCODPath)TCODPath
TCODPath(TCODPath &&rhs) noexcept (defined in TCODPath)TCODPathinline
walk(int *x, int *y, bool recalculateWhenNeeded)TCODPath
~TCODPath()TCODPathvirtual