toggle_buffer
Vars | |
bucket_ref | The bucket we draw water from |
---|---|
toggle_cooldown | Toggle cooldown to prevent sound spam |
wash_audio | Our looping sound |
Procs | |
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 |
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