code/modules/recycling/conveyor2.dm

MAX_CONVEYOR_ITEMS_MOVE | Max amount of items it will try move in one go |
---|---|
CONVEYOR_OFF | It don't go |
CONVEYOR_ON_FORWARDS | It go forwards |
CONVEYOR_ON_REVERSE | It go back |
CONVEYOR_OPERABLE | true if can operate (no broken segments in this belt run) |
CONVEYOR_INVERTED | Inverts the direction the conveyor belt moves, only particularly relevant for diagonals |
CONVEYOR_IS_CONVEYING | Currently has things scheduled for movement. Required to reduce lag |
/obj/machinery/conveyor_switch | the conveyor control switch |
Define Details
CONVEYOR_INVERTED
Inverts the direction the conveyor belt moves, only particularly relevant for diagonals
CONVEYOR_IS_CONVEYING
Currently has things scheduled for movement. Required to reduce lag
CONVEYOR_OFF
It don't go
CONVEYOR_ON_FORWARDS
It go forwards
CONVEYOR_ON_REVERSE
It go back
CONVEYOR_OPERABLE
true if can operate (no broken segments in this belt run)
MAX_CONVEYOR_ITEMS_MOVE
Max amount of items it will try move in one go