Factorio Runtime DocsVersion 2.0.28

ScheduleRecord :: table

Table fields

station :: string?

Name of the station.

Name of the station.

rail :: LuaEntity?

Rail to path to. Ignored if station is present.

Rail to path to. Ignored if station is present.

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?

Only present when the station is temporary, the value is then always true.

Only present when the station is temporary, the value is then always true.

Classes

Concepts

Events

Defines