(svn r26893) -Feature: ScriptStationList_Cargo for sorting cargo by from and via
This commit is contained in:
@@ -173,6 +173,17 @@ void GameInstance::RegisterAPI()
|
||||
SQGSSignList_Register(this->engine);
|
||||
SQGSStation_Register(this->engine);
|
||||
SQGSStationList_Register(this->engine);
|
||||
SQGSStationList_Cargo_Register(this->engine);
|
||||
SQGSStationList_CargoPlanned_Register(this->engine);
|
||||
SQGSStationList_CargoPlannedByFrom_Register(this->engine);
|
||||
SQGSStationList_CargoPlannedByVia_Register(this->engine);
|
||||
SQGSStationList_CargoPlannedFromByVia_Register(this->engine);
|
||||
SQGSStationList_CargoPlannedViaByFrom_Register(this->engine);
|
||||
SQGSStationList_CargoWaiting_Register(this->engine);
|
||||
SQGSStationList_CargoWaitingByFrom_Register(this->engine);
|
||||
SQGSStationList_CargoWaitingByVia_Register(this->engine);
|
||||
SQGSStationList_CargoWaitingFromByVia_Register(this->engine);
|
||||
SQGSStationList_CargoWaitingViaByFrom_Register(this->engine);
|
||||
SQGSStationList_Vehicle_Register(this->engine);
|
||||
SQGSStoryPage_Register(this->engine);
|
||||
SQGSStoryPageElementList_Register(this->engine);
|
||||
|
Reference in New Issue
Block a user