(svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliability of vehicles

This commit is contained in:
yexo
2009-07-10 22:30:38 +00:00
parent 4843b3c45d
commit b58001f695
3 changed files with 17 additions and 0 deletions

View File

@@ -525,6 +525,14 @@ public:
*/
static bool HasSharedOrders(VehicleID vehicle_id);
/**
* Get the current reliability of a vehicle.
* @param vehicle_id The vehicle to check.
* @pre IsValidVehicle(vehicle_id).
* @return The current reliability (0-100%).
*/
static int GetReliability(VehicleID vehicle_id);
private:
/**
* Internal function used by SellWagon(Chain).