summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/ai_instance.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp
index 1c304c856..c03e74599 100644
--- a/src/ai/ai_instance.cpp
+++ b/src/ai/ai_instance.cpp
@@ -171,6 +171,17 @@ void AIInstance::RegisterAPI()
SQAISignList_Register(this->engine);
SQAIStation_Register(this->engine);
SQAIStationList_Register(this->engine);
+ SQAIStationList_Cargo_Register(this->engine);
+ SQAIStationList_CargoPlanned_Register(this->engine);
+ SQAIStationList_CargoPlannedByFrom_Register(this->engine);
+ SQAIStationList_CargoPlannedByVia_Register(this->engine);
+ SQAIStationList_CargoPlannedFromByVia_Register(this->engine);
+ SQAIStationList_CargoPlannedViaByFrom_Register(this->engine);
+ SQAIStationList_CargoWaiting_Register(this->engine);
+ SQAIStationList_CargoWaitingByFrom_Register(this->engine);
+ SQAIStationList_CargoWaitingByVia_Register(this->engine);
+ SQAIStationList_CargoWaitingFromByVia_Register(this->engine);
+ SQAIStationList_CargoWaitingViaByFrom_Register(this->engine);
SQAIStationList_Vehicle_Register(this->engine);
SQAISubsidy_Register(this->engine);
SQAISubsidyList_Register(this->engine);