kapman
cell.cpp
Go to the documentation of this file.
Cell * getParent() const
Gets the parent Cell of this Cell for A* pathfinding algorithm.
Definition: cell.cpp:55
void setCost(const int p_cost)
Sets a cost for the Cell, for A* pathfinding algorithm.
Definition: cell.cpp:51
This class describes the common characteristics and behaviour of any game Element (character or item)...
Definition: element.h:30
void setParent(Cell *p_parent)
Sets the parent Cell of this Cell for A* pathfinding algorithm.
Definition: cell.cpp:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.