byond - Modules - TypesVar Details - Proc Details

conveyor

Vars

conveyor_flagsConveyor specific flags
idthe control ID - must match controller ID
movedirCurrent direction of movement
operatingOperating direction

Procs

conveyAttempts to move a batch of AMs
set_operatingHandles setting its operating status
updateChecks to see if the conveyor needs to be switched off
update_move_directionSets the correct movement directions based on dir

Var Details

conveyor_flags

Conveyor specific flags

id

the control ID - must match controller ID

movedir

Current direction of movement

operating

Operating direction

Proc Details

convey

Attempts to move a batch of AMs

set_operating

Handles setting its operating status

update

Checks to see if the conveyor needs to be switched off

update_move_direction

Sets the correct movement directions based on dir