1
0
Fork 0

Doc: [AI] UnshareOrders empties the orders list of the vehicle.

pull/7029/head^2
Samu 2019-02-19 14:15:17 +00:00 committed by Niels Martin Hansen
parent c4fe46a475
commit ba55f93f41
1 changed files with 1 additions and 0 deletions

View File

@ -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.