Event Vehicle Lost, indicating a vehicle can't find its way to its destination. More...
#include <script_event_types.hpp>
Public Member Functions | |
ScriptEventVehicleLost (VehicleID vehicle_id) | |
VehicleID | GetVehicleID () |
Get the VehicleID of the vehicle that is lost. | |
Static Public Member Functions | |
static ScriptEventVehicleLost * | Convert (ScriptEvent *instance) |
Convert an ScriptEvent 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.
ai
Definition at line 485 of file script_event_types.hpp.
ScriptEventVehicleLost::ScriptEventVehicleLost | ( | VehicleID | vehicle_id | ) | [inline] |
vehicle_id | The vehicle that is lost. |
Definition at line 490 of file script_event_types.hpp.
static ScriptEventVehicleLost* ScriptEventVehicleLost::Convert | ( | ScriptEvent * | instance | ) | [inline, static] |
Convert an ScriptEvent to the real instance.
instance | The instance to convert. |
Definition at line 500 of file script_event_types.hpp.
VehicleID ScriptEventVehicleLost::GetVehicleID | ( | ) | [inline] |
Get the VehicleID of the vehicle that is lost.
Definition at line 506 of file script_event_types.hpp.
References vehicle_id.