dropship_part_fabricator

Vars | |
busy | Whether the fabricator is currently printing something or not |
---|---|
printing | Current item being printed |
queue | List of everything in queue |
Procs | |
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 |
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