byond - Modules - TypesVar Details - Proc Details

dropship_part_fabricator

Vars

busyWhether the fabricator is currently printing something or not
printingCurrent item being printed
queueList of everything in queue

Procs

build_dropship_partStarts the printing process, does point calculations
do_build_dropship_partFinishes up printing, checks for next in queue, prints the actual part
find_equipmentReturns dats of all equipment of types listed
get_costGets the cost of the product we want to make
next_queueProcesses next item in queue, if queue has not finished already

Var Details

busy

Whether the fabricator is currently printing something or not

printing

Current item being printed

queue

List of everything in queue

Proc Details

build_dropship_part

Starts the printing process, does point calculations

do_build_dropship_part

Finishes up printing, checks for next in queue, prints the actual part

find_equipment

Returns dats of all equipment of types listed

get_cost

Gets the cost of the product we want to make

next_queue

Processes next item in queue, if queue has not finished already