syndicatebomb 
Vars | |
| active | Is the bomb counting down? |
|---|---|
| add_boom_wires | If TRUE, more boom wires are added based on the timer set. |
| beepsound | What sound do we make as we beep down the timer? |
| can_unanchor | Can we be unanchored? |
| countdown | The countdown that'll show up to ghosts regarding the bomb's timer. |
| delayedbig | Is the delay wire pulsed? |
| delayedlittle | Is the activation wire pulsed? |
| detonation_timer | The timer for the bomb. |
| examinable_countdown | Whether the countdown is visible on examine |
| explode_now | Should we just tell the payload to explode now? Usually triggered by an event (like cutting the wrong wire) |
| maximum_timer | What is the highest amount of time we can set the timer to? |
| minimum_timer | What is the lowest amount of time we can set the timer to? |
| next_beep | When do we beep next? |
| open_panel | Are the wires exposed? |
| payload | Reference to the bomb core inside the bomb, which is the part that actually explodes. |
| timer_set | What is the default amount of time we set the timer to? |
Var Details
active 
Is the bomb counting down?
add_boom_wires 
If TRUE, more boom wires are added based on the timer set.
beepsound 
What sound do we make as we beep down the timer?
can_unanchor 
Can we be unanchored?
countdown 
The countdown that'll show up to ghosts regarding the bomb's timer.
delayedbig 
Is the delay wire pulsed?
delayedlittle 
Is the activation wire pulsed?
detonation_timer 
The timer for the bomb.
examinable_countdown 
Whether the countdown is visible on examine
explode_now 
Should we just tell the payload to explode now? Usually triggered by an event (like cutting the wrong wire)
maximum_timer 
What is the highest amount of time we can set the timer to?
minimum_timer 
What is the lowest amount of time we can set the timer to?
next_beep 
When do we beep next?
open_panel 
Are the wires exposed?
payload 
Reference to the bomb core inside the bomb, which is the part that actually explodes.
timer_set 
What is the default amount of time we set the timer to?