byond - Modules - TypesVar Details - Proc Details

nuke_disk_generator

Vars

busyCheck if someone is printing already
completed_segmentsWhat segment we are on, (once this hits total, disk is printed)
current_overclock_multiplierCurrent power boost right now; set to 1 if disabled
current_timerThe current ID of the timer running
disk_colorFor designating minimap color icon
disk_typeThe type of disk we're printing
messageThe flavor message that shows up in the UI upon segment completion
printing_timeTime to print a disk
runningIs a segment currently running?
segment_timeTime needed for the machine to generate the disc
start_timeTime to start a segment
total_segmentsTotal number of times the hack is required

Procs

toggle_power_overclockingEnables/disables the overclock boost when colony power is active
update_minimap_iconChange minimap icon if its on or off

Var Details

busy

Check if someone is printing already

completed_segments

What segment we are on, (once this hits total, disk is printed)

current_overclock_multiplier

Current power boost right now; set to 1 if disabled

current_timer

The current ID of the timer running

disk_color

For designating minimap color icon

disk_type

The type of disk we're printing

message

The flavor message that shows up in the UI upon segment completion

printing_time

Time to print a disk

running

Is a segment currently running?

segment_time

Time needed for the machine to generate the disc

start_time

Time to start a segment

total_segments

Total number of times the hack is required

Proc Details

toggle_power_overclocking

Enables/disables the overclock boost when colony power is active

update_minimap_icon

Change minimap icon if its on or off