1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 21:19:10 +00:00

(svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon and MoveWagonChain (frosch).

This commit is contained in:
yexo
2009-02-14 21:22:42 +00:00
parent 336abd66a2
commit 2b221f5afc
5 changed files with 72 additions and 12 deletions

View File

@@ -1481,7 +1481,7 @@ function Regression::Vehicle()
print(" BuildVehicle(): " + AIVehicle.BuildVehicle(10008, 9));
print(" BuildVehicle(): " + AIVehicle.BuildVehicle(10008, 27));
print(" BuildVehicle(): " + AIVehicle.BuildVehicle(10008, 27));
print(" MoveWagon(): " + AIVehicle.MoveWagon(18, 0, true, 17, 0));
print(" MoveWagonChain(): " + AIVehicle.MoveWagonChain(18, 0, 17, 0));
print(" GetNumWagons(): " + AIVehicle.GetNumWagons(17));
print(" GetLength(): " + AIVehicle.GetLength(17));
print(" GetWagonEngineType(): " + AIVehicle.GetWagonEngineType(17, 0));

View File

@@ -7498,7 +7498,7 @@
BuildVehicle(): 17
BuildVehicle(): 18
BuildVehicle(): 19
MoveWagon(): true
MoveWagonChain(): true
GetNumWagons(): 3
GetLength(): 24
GetWagonEngineType(): 9