byond - Modules - TypesDefine Details

code/modules/recycling/conveyor2.dm

MAX_CONVEYOR_ITEMS_MOVEMax amount of items it will try move in one go
CONVEYOR_OFFIt don't go
CONVEYOR_ON_FORWARDSIt go forwards
CONVEYOR_ON_REVERSEIt go back
CONVEYOR_OPERABLEtrue if can operate (no broken segments in this belt run)
CONVEYOR_INVERTEDInverts the direction the conveyor belt moves, only particularly relevant for diagonals
CONVEYOR_IS_CONVEYINGCurrently has things scheduled for movement. Required to reduce lag
/obj/machinery/conveyor_switchthe 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