(svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort of a road vehicle.

This commit is contained in:
terkhen
2010-03-06 13:04:25 +00:00
parent 3ed1442e05
commit ef5764f98a
4 changed files with 42 additions and 39 deletions

View File

@@ -27,6 +27,9 @@
* Other changes:
* \li AIRoad::BuildRoadStation now allows overbuilding
* \li AIRoad::BuildDriveThroughRoadStation now allows overbuilding
* \li AIEngine::GetPower can be used for road vehicles.
* \li AIEngine::GetWeight can be used for road vehicles.
* \li AIEngine::GetMaxTractiveEffort can be used for road vehicles.
*
* \b 1.0.0
*