Data Structures

Classes that create a list of items.

Data Structures

class  ScriptBridgeList
 Create a list of bridges types. More...
class  ScriptBridgeList_Length
 Create a list of bridges types that can be built on a specific length. More...
class  ScriptCargoList
 Creates a list of cargoes that can be produced in the current game. More...
class  ScriptCargoList_IndustryAccepting
 Creates a list of cargoes that the given industry accepts. More...
class  ScriptCargoList_IndustryProducing
 Creates a list of cargoes that the given industry can produce. More...
class  ScriptCargoList_StationAccepting
 Creates a list of cargoes that the given station accepts. More...
class  ScriptDepotList
 Creates a list of the locations of the depots (and hangars) of which you are the owner. More...
class  ScriptEngineList
 Create a list of engines based on a vehicle type. More...
class  ScriptGroupList
 Creates a list of groups of which you are the owner. More...
class  ScriptIndustryList
 Creates a list of industries that are currently on the map. More...
class  ScriptIndustryList_CargoAccepting
 Creates a list of industries that accepts a given cargo. More...
class  ScriptIndustryList_CargoProducing
 Creates a list of industries that can produce a given cargo. More...
class  ScriptIndustryTypeList
 Creates a list of valid industry types. More...
class  ScriptRailTypeList
 Creates a list of all available railtypes. More...
class  ScriptSignList
 Create a list of signs your company has created. More...
class  ScriptStationList
 Creates a list of stations of which you are the owner. More...
class  ScriptStationList_Vehicle
 Creates a list of stations which the vehicle has in its orders. More...
class  ScriptSubsidyList
 Creates a list of all current subsidies. More...
class  ScriptTileList
 Creates an empty list, in which you can add tiles. More...
class  ScriptTileList_IndustryAccepting
 Creates a list of tiles that will accept cargo for the given industry. More...
class  ScriptTileList_IndustryProducing
 Creates a list of tiles which the industry checks to see if a station is there to receive cargo produced by this industry. More...
class  ScriptTileList_StationType
 Creates a list of tiles which have the requested StationType of the StationID. More...
class  ScriptTownList
 Creates a list of towns that are currently on the map. More...
class  ScriptTownEffectList
 Creates a list of all TownEffects known in the game. More...
class  ScriptVehicleList
 Creates a list of vehicles of which you are the owner. More...
class  ScriptVehicleList_Station
 Creates a list of vehicles that have orders to a given station. More...
class  ScriptVehicleList_Depot
 Creates a list of vehicles that have orders to a given depot. More...
class  ScriptVehicleList_SharedOrders
 Creates a list of vehicles that share orders. More...
class  ScriptVehicleList_Group
 Creates a list of vehicles that are in a group. More...
class  ScriptVehicleList_DefaultGroup
 Creates a list of vehicles that are in the default group. More...
class  ScriptWaypointList
 Creates a list of waypoints of which you are the owner. More...
class  ScriptWaypointList_Vehicle
 Creates a list of waypoints which the vehicle has in its orders. More...