#include <unitctrl.h>
Public Member Functions | |
| PendingVehicleActions (void) | |
| ~PendingVehicleActions () | |
| void | reset () |
Public Attributes | |
| int | actionType |
| VehicleAction * | action |
| VehicleMovement * | move |
| IncreaseVehicleHeight * | ascent |
| DecreaseVehicleHeight * | descent |
| VehicleAttack * | attack |
| VehicleService * | service |
| NewVehicleService * | newservice |
|
|
Definition at line 962 of file unitctrl.cpp. |
|
|
Definition at line 968 of file unitctrl.cpp. References action. |
|
|
Definition at line 975 of file unitctrl.cpp. References action, actionType, ascent, attack, descent, move, newservice, and service. Referenced by resetActions(). |
|
|
|
|
Definition at line 443 of file unitctrl.h. Referenced by GuiFunctions::Ascend::available(), GuiFunctions::Ascend::execute(), IncreaseVehicleHeight::IncreaseVehicleHeight(), reset(), and IncreaseVehicleHeight::~IncreaseVehicleHeight(). |
|
|
Definition at line 445 of file unitctrl.h. Referenced by GuiFunctions::Attack::execute(), GuiFunctions::AttackGui::execute(), VehicleAttack::registerPVA(), reset(), VehicleAttack::VehicleAttack(), and VehicleAttack::~VehicleAttack(). |
|
|
Definition at line 444 of file unitctrl.h. Referenced by GuiFunctions::Descend::available(), DecreaseVehicleHeight::DecreaseVehicleHeight(), GuiFunctions::Descend::execute(), reset(), and DecreaseVehicleHeight::~DecreaseVehicleHeight(). |
|
|
|
|
Definition at line 446 of file unitctrl.h. Referenced by GuiFunctions::RepairUnit::available(), GuiFunctions::RepairUnit::execute(), GuiFunctions::RepairUnit::getName(), VehicleService::registerPVA(), reset(), VehicleService::VehicleService(), and VehicleService::~VehicleService(). |
1.4.2