mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex)
This commit is contained in:
@@ -605,6 +605,8 @@ function Regression::Industry()
|
||||
}
|
||||
print(" Valid Industries: " + j);
|
||||
print(" GetIndustryCount(): " + AIIndustry.GetIndustryCount());
|
||||
print(" GetIndustryID(): " + AIIndustry.GetIndustryID(19694));
|
||||
print(" GetIndustryID(): " + AIIndustry.GetIndustryID(19695));
|
||||
}
|
||||
|
||||
function Regression::IndustryList()
|
||||
|
@@ -6548,6 +6548,8 @@ ERROR: IsEnd() is invalid as Begin() is never called
|
||||
GetStockpiledCargo(): 0
|
||||
Valid Industries: 71
|
||||
GetIndustryCount(): 71
|
||||
GetIndustryID(): 65535
|
||||
GetIndustryID(): 0
|
||||
|
||||
--IndustryList--
|
||||
Count(): 71
|
||||
|
Reference in New Issue
Block a user