#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 () |
static AIEventVehicleLost * | Convert (AIEvent *instance) |
Convert an AIEvent to the real instance. | |
Private Attributes | |
VehicleID | vehicle_id |
Definition at line 433 of file ai_event_types.hpp.
AIEventVehicleLost::AIEventVehicleLost | ( | VehicleID | vehicle_id | ) | [inline] |
static AIEventVehicleLost* AIEventVehicleLost::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
instance | The instance to convert. |
Definition at line 450 of file ai_event_types.hpp.
VehicleID AIEventVehicleLost::GetVehicleID | ( | ) | [inline] |
Get the VehicleID of the vehicle that is lost.
Definition at line 456 of file ai_event_types.hpp.