(svn r23636) -Add: introduce ScriptText in parameters where it can be used
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
#include "../script/api/ai/ai_subsidy.hpp.sq"
|
||||
#include "../script/api/ai/ai_subsidylist.hpp.sq"
|
||||
#include "../script/api/ai/ai_testmode.hpp.sq"
|
||||
#include "../script/api/ai/ai_text.hpp.sq"
|
||||
#include "../script/api/ai/ai_tile.hpp.sq"
|
||||
#include "../script/api/ai/ai_tilelist.hpp.sq"
|
||||
#include "../script/api/ai/ai_town.hpp.sq"
|
||||
@@ -171,6 +172,7 @@ void AIInstance::RegisterAPI()
|
||||
SQAISubsidy_Register(this->engine);
|
||||
SQAISubsidyList_Register(this->engine);
|
||||
SQAITestMode_Register(this->engine);
|
||||
SQAIText_Register(this->engine);
|
||||
SQAITile_Register(this->engine);
|
||||
SQAITileList_Register(this->engine);
|
||||
SQAITileList_IndustryAccepting_Register(this->engine);
|
||||
|
Reference in New Issue
Block a user