/tg/ Station 13 - Modules - TypesVar Details - Proc Details

toggle_buffer

Vars

bucket_refThe bucket we draw water from
toggle_cooldownToggle cooldown to prevent sound spam
wash_audioOur looping sound

Procs

activate_washActivate the buffer, comes with a nice animation that loops while it's on
allow_buffer_activateShould we keep trying to activate our buffer, or did you fuck it up somehow
cleanCall this to attempt to actually clean the turf underneath us
deactivate_washStart the process of disabling the buffer. Plays some effects, waits a bit, then finishes
toggle_washToggle our wash mode
turn_off_washCalled by [deactivate_wash] on a timer to allow noises and animation to play out. Finally disables the buffer. Doesn't do everything mind, just the stuff that we wanted to delay

Var Details

bucket_ref

The bucket we draw water from

toggle_cooldown

Toggle cooldown to prevent sound spam

wash_audio

Our looping sound

Proc Details

activate_wash

Activate the buffer, comes with a nice animation that loops while it's on

allow_buffer_activate

Should we keep trying to activate our buffer, or did you fuck it up somehow

clean

Call this to attempt to actually clean the turf underneath us

deactivate_wash

Start the process of disabling the buffer. Plays some effects, waits a bit, then finishes

toggle_wash

Toggle our wash mode

turn_off_wash

Called by [deactivate_wash] on a timer to allow noises and animation to play out. Finally disables the buffer. Doesn't do everything mind, just the stuff that we wanted to delay