(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys

This commit is contained in:
yexo
2009-06-17 13:12:08 +00:00
parent 121a569125
commit d09d3566dd
9 changed files with 92 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include "api/ai_base.hpp.sq"
#include "api/ai_bridge.hpp.sq"
#include "api/ai_bridgelist.hpp.sq"
#include "api/ai_buoylist.hpp.sq"
#include "api/ai_cargo.hpp.sq"
#include "api/ai_cargolist.hpp.sq"
#include "api/ai_company.hpp.sq"
@@ -163,6 +164,7 @@ void AIInstance::RegisterAPI()
SQAIBridge_Register(this->engine);
SQAIBridgeList_Register(this->engine);
SQAIBridgeList_Length_Register(this->engine);
SQAIBuoyList_Register(this->engine);
SQAICargo_Register(this->engine);
SQAICargoList_Register(this->engine);
SQAICargoList_IndustryAccepting_Register(this->engine);