(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing

This commit is contained in:
truebrain
2011-11-23 16:09:46 +00:00
parent 44a1ae8cf2
commit ef02931a32
8 changed files with 93 additions and 0 deletions

View File

@@ -249,6 +249,7 @@ void AIInstance::RegisterAPI()
SQAITileList_IndustryProducing_Register(this->engine);
SQAITileList_StationType_Register(this->engine);
SQAITown_Register(this->engine);
SQAITownEffectList_Register(this->engine);
SQAITownList_Register(this->engine);
SQAITunnel_Register(this->engine);
SQAIVehicle_Register(this->engine);