Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PathfindCell Member List

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

allocateInfo(const ICoord2D &pos)PathfindCell
CELL_BRIDGE_IMPASSABLE enum valuePathfindCell
CELL_CLEAR enum valuePathfindCell
CELL_CLIFF enum valuePathfindCell
CELL_IMPASSABLE enum valuePathfindCell
CELL_OBSTACLE enum valuePathfindCell
CELL_RUBBLE enum valuePathfindCell
CELL_WATER enum valuePathfindCell
CellFlags enum namePathfindCell
CellType enum namePathfindCell
clearParentCell(void)PathfindCell
costSoFar(PathfindCell *parent)PathfindCell
costToGoal(PathfindCell *goal)PathfindCell
costToHierGoal(PathfindCell *goal)PathfindCell
getClosed(void) constPathfindCellinline
getConnectLayer(void) constPathfindCellinline
getCostSoFar(void) constPathfindCellinline
getFlags(void) constPathfindCellinline
getGoalAircraft(void) constPathfindCellinline
getGoalUnit(void) constPathfindCellinline
getLayer(void) constPathfindCellinline
getNextOpen(void)PathfindCellinline
getObstacleID(void) constPathfindCellinline
getOpen(void) constPathfindCellinline
getParentCell(void) constPathfindCellinline
getPinched(void) constPathfindCellinline
getPosUnit(void) constPathfindCellinline
getTotalCost(void) constPathfindCellinline
getType(void) constPathfindCellinline
getXIndex(void) constPathfindCellinline
getYIndex(void) constPathfindCellinline
getZone(void) constPathfindCellinline
hasInfo(void) constPathfindCellinline
isAircraftGoal(void) constPathfindCellinline
isBlockedByAlly(void) constPathfindCellinline
isObstacleFence(void) constPathfindCellinline
isObstaclePresent(ObjectID objID) constPathfindCellinline
isObstacleTransparent() constPathfindCellinline
NO_UNITS enum valuePathfindCell
PathfindCell(void)PathfindCell
putOnClosedList(PathfindCell *list)PathfindCell
putOnSortedOpenList(PathfindCell *list)PathfindCell
releaseClosedList(PathfindCell *list)PathfindCellstatic
releaseInfo(void)PathfindCell
releaseOpenList(PathfindCell *list)PathfindCellstatic
removeFromClosedList(PathfindCell *list)PathfindCell
removeFromOpenList(PathfindCell *list)PathfindCell
removeObstacle(Object *obstacle)PathfindCell
reset()PathfindCell
setBlockedByAlly(Bool blocked)PathfindCellinline
setConnectLayer(PathfindLayerEnum layer)PathfindCellinline
setCostSoFar(UnsignedInt cost)PathfindCellinline
setGoalAircraft(ObjectID unit, const ICoord2D &pos)PathfindCell
setGoalUnit(ObjectID unit, const ICoord2D &pos)PathfindCell
setLayer(PathfindLayerEnum layer)PathfindCellinline
setParentCell(PathfindCell *parent)PathfindCell
setParentCellHierarchical(PathfindCell *parent)PathfindCell
setPinched(Bool pinch)PathfindCellinline
setPosUnit(ObjectID unit, const ICoord2D &pos)PathfindCell
setTotalCost(UnsignedInt cost)PathfindCellinline
setType(CellType type)PathfindCell
setTypeAsObstacle(Object *obstacle, Bool isFence, const ICoord2D &pos)PathfindCell
setZone(zoneStorageType zone)PathfindCellinline
startPathfind(PathfindCell *goalCell)PathfindCell
UNIT_GOAL enum valuePathfindCell
UNIT_GOAL_OTHER_MOVING enum valuePathfindCell
UNIT_PRESENT_FIXED enum valuePathfindCell
UNIT_PRESENT_MOVING enum valuePathfindCell
~PathfindCell(void)PathfindCell