Factorio Runtime DocsVersion 2.0.42

ScheduleRecord :: table

Table fields

station :: string?

Name of the station.

Name of the station.

rail :: LuaEntity?
rail_direction :: defines.rail_direction?

When a train is allowed to reach rail target from any direction it will be nil. If rail has to be reached from specific direction, this value allows to choose the direction. This value corresponds to LuaEntity::connected_rail_direction of a TrainStop.

When a train is allowed to reach rail target from any direction it will be nil. If rail has to be reached from specific direction, this value allows to choose the direction. This value corresponds to LuaEntity::connected_rail_direction of a TrainStop.

wait_conditions :: array[WaitCondition]?
temporary :: boolean?
created_by_interrupt :: boolean?
allows_unloading :: boolean?

Classes

Concepts

Events

Defines