Event Vehicle Lost, indicating a vehicle can't find its way to its destination. More...
#include <ai_event_types.hpp>
Public Member Functions | |
AIEventVehicleLost (VehicleID vehicle_id) | |
VehicleID | GetVehicleID () |
Get the VehicleID of the vehicle that is lost. | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. | |
static AIEventVehicleLost * | Convert (AIEvent *instance) |
Convert an AIEvent to the real instance. | |
Private Attributes | |
VehicleID | vehicle_id |
The vehicle that is lost. |
Event Vehicle Lost, indicating a vehicle can't find its way to its destination.
Definition at line 505 of file ai_event_types.hpp.
AIEventVehicleLost::AIEventVehicleLost | ( | VehicleID | vehicle_id | ) | [inline] |
vehicle_id | The vehicle that is lost. |
Definition at line 513 of file ai_event_types.hpp.
static AIEventVehicleLost* AIEventVehicleLost::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
instance | The instance to convert. |
Definition at line 523 of file ai_event_types.hpp.
static const char* AIEventVehicleLost::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIEvent.
Definition at line 508 of file ai_event_types.hpp.
VehicleID AIEventVehicleLost::GetVehicleID | ( | ) | [inline] |
Get the VehicleID of the vehicle that is lost.
Definition at line 529 of file ai_event_types.hpp.
References vehicle_id.