Space Station 13 - Modules - TypesVar Details - Proc Details

disposal

Vars

air_contentsInternal air reservoir
flushWhether flush handle is pulled
flush_countThis var adds 1 every process cycle. When it reaches flush_every_ticks it resets and tries to flush
flush_every_ticksProcess cycles before it look whether it is ready to flush
flushingWhether flushing is currently in progress
max_combined_w_classMaximum value of the w_classes of all the items in contents, before we stop inserting new objects
modeCurrent machine status
storage_slotsMaximum amount of contents length we can have, before we stop inserting new objects
trunkDisposal pipe trunk, we are attached to

Procs

monkey_stuff_mobAlternative tg proc, used in monkey AI

Var Details

air_contents

Internal air reservoir

flush

Whether flush handle is pulled

flush_count

This var adds 1 every process cycle. When it reaches flush_every_ticks it resets and tries to flush

flush_every_ticks

Process cycles before it look whether it is ready to flush

flushing

Whether flushing is currently in progress

max_combined_w_class

Maximum value of the w_classes of all the items in contents, before we stop inserting new objects

mode

Current machine status

storage_slots

Maximum amount of contents length we can have, before we stop inserting new objects

trunk

Disposal pipe trunk, we are attached to

Proc Details

monkey_stuff_mob

Alternative tg proc, used in monkey AI