#include <vector>
#include <map>
#include "typen.h"
#include "mapalgorithms.h"
#include "basestrm.h"
#include "spfst.h"
#include "attack.h"
#include "astar2.h"
#include "actions/servicing.h"
Include dependency graph for unitctrl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef FieldList< int > | IntFieldList |
| typedef FieldList< AttackWeap > | AttackFieldList |
| typedef PendingVehicleActions * | PPendingVehicleActions |
| typedef int | trichtungen [sidenum] |
Enumerations | |
| enum | VehicleActionType { vat_nothing, vat_move, vat_ascent, vat_descent, vat_attack, vat_service, vat_newservice } |
Variables | |
| SigC::Signal0< void > | fieldCrossed |
| PendingVehicleActions | pendingVehicleActions |
| a structure to keep track of the vehicleActions that are currently running | |
Definition in file unitctrl.h.
|
|
Definition at line 77 of file unitctrl.h. |
|
|
Definition at line 76 of file unitctrl.h. |
|
|
Definition at line 80 of file unitctrl.h. |
|
|
Definition at line 117 of file unitctrl.h. |
|
|
Definition at line 83 of file unitctrl.h. |
|
|
Definition at line 48 of file unitctrl.cpp. Referenced by SpecificUnitEntersPolygon::arm(), AnyUnitEntersPolygon::arm(), and BaseVehicleMovement::moveunitxy(). |
|
1.4.2