From ba55f93f4159e9b8f47aaab1d7f322033f4bb9cc Mon Sep 17 00:00:00 2001 From: Samu Date: Tue, 19 Feb 2019 14:15:17 +0000 Subject: Doc: [AI] UnshareOrders empties the orders list of the vehicle. --- src/script/api/script_order.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/script/api/script_order.hpp b/src/script/api/script_order.hpp index a4f945511..916147886 100644 --- a/src/script/api/script_order.hpp +++ b/src/script/api/script_order.hpp @@ -578,6 +578,7 @@ public: /** * Removes the given vehicle from a shared orders list. + * After unsharing orders, the orders list of the vehicle is empty. * @param vehicle_id The vehicle to remove from the shared order list. * @pre ScriptVehicle::IsValidVehicle(vehicle_id). * @return True if and only if the unsharing succeeded. -- cgit v1.2.3-54-g00ecf