#include <praStarUnit.h>
Inheritance diagram for praStarUnit:


Public Member Functions | |
| praStarUnit (int _x, int _y, unit *_target, praStar *_alg) | |
| ~praStarUnit () | |
| const char * | getName () |
| tDirection | makeMove (mapProvider *, reservationProvider *, simulationInfo *simInfo) |
| The new makeMove only gives a map. | |
Private Attributes | |
| path * | cache |
| praStar * | algorithm |
| char | name [32] |
|
||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from searchUnit. |
|
||||||||||||||||
|
The new makeMove only gives a map. The unit simulation won't calculate an mapAbstraction unless it has to. Thus, in simple pathfinding tests, the overhead is saved. Reimplemented from searchUnit. |
|
|
Reimplemented from searchUnit. |
|
|
|
|
|
|
1.3.4