(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.

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

View File

@@ -132,6 +132,7 @@ void GameInstance::RegisterAPI()
SQGSEventGoalQuestionAnswer_Register(this->engine);
SQGSEventIndustryClose_Register(this->engine);
SQGSEventIndustryOpen_Register(this->engine);
SQGSEventRoadReconstruction_Register(this->engine);
SQGSEventStationFirstVehicle_Register(this->engine);
SQGSEventSubsidyAwarded_Register(this->engine);
SQGSEventSubsidyExpired_Register(this->engine);