summaryrefslogtreecommitdiff
path: root/src/script/api/script_vehicle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_vehicle.hpp')
-rw-r--r--src/script/api/script_vehicle.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/script/api/script_vehicle.hpp b/src/script/api/script_vehicle.hpp
index 4d0debb4a..f9cf71876 100644
--- a/src/script/api/script_vehicle.hpp
+++ b/src/script/api/script_vehicle.hpp
@@ -132,6 +132,15 @@ public:
static char *GetName(VehicleID vehicle_id);
/**
+ * Get the owner of a vehicle.
+ * @param vehicle_id The vehicle to get the owner of.
+ * @pre IsValidVehicle(vehicle_id).
+ * @return The owner the vehicle has.
+ * @api -ai
+ */
+ static ScriptCompany::CompanyID GetOwner(VehicleID vehicle_id);
+
+ /**
* Get the current location of a vehicle.
* @param vehicle_id The vehicle to get the location of.
* @pre IsValidVehicle(vehicle_id).