#include <ai_common.h>
Inheritance diagram for AntiMineAStar3D:

Public Member Functions | |
| AntiMineAStar3D (AI *_ai, Vehicle *veh, bool markTemps_=true) | |
Protected Member Functions | |
| virtual DistanceType | getMoveCost (const MapCoordinate3D &start, const MapCoordinate3D &dest, const Vehicle *vehicle, bool &canStop, bool &hasAttacked) |
Definition at line 94 of file ai_common.h.
Definition at line 106 of file ai_common.h.
| virtual DistanceType AntiMineAStar3D::getMoveCost | ( | const MapCoordinate3D & | start, | |
| const MapCoordinate3D & | dest, | |||
| const Vehicle * | vehicle, | |||
| bool & | canStop, | |||
| bool & | hasAttacked | |||
| ) | [inline, protected, virtual] |
Reimplemented from AStar3D.
Definition at line 97 of file ai_common.h.
References GameMap::getField(), AI::getMap(), AStar3D::getMoveCost(), and MapField::mineattacks().
1.5.1