#include <vehicle_base.h>
Public Member Functions | |
DisasterVehicle () | |
We don't want GCC to zero our struct! It already is zeroed and has an index! | |
virtual | ~DisasterVehicle () |
We want to 'destruct' the right class. | |
const char * | GetTypeString () const |
void | UpdateDeltaXY (Direction direction) |
bool | Tick () |
Data Fields | |
uint16 | image_override |
VehicleID | big_ufo_destroyer_target |
Definition at line 667 of file vehicle_base.h.
virtual DisasterVehicle::~DisasterVehicle | ( | ) | [inline, virtual] |