(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.

This commit is contained in:
frosch
2012-05-26 14:16:38 +00:00
parent 66a37e28a6
commit 8dc553a039
12 changed files with 68 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ void AIInstance::RegisterAPI()
SQAIEventDisasterZeppelinerCrashed_Register(this->engine);
SQAIEventEngineAvailable_Register(this->engine);
SQAIEventEnginePreview_Register(this->engine);
SQAIEventExclusiveTransportRights_Register(this->engine);
SQAIEventIndustryClose_Register(this->engine);
SQAIEventIndustryOpen_Register(this->engine);
SQAIEventStationFirstVehicle_Register(this->engine);