| 444 | * @returns {undefined|number} Delay if it exists. |
| 445 | */ |
| 446 | const clearBackgroundObject = triggers => { |
| 447 | if (!triggers) { |
| 448 | return |
| 449 | } |
| 450 | return (triggers.clearBackgroundObject || {}).triggerStart |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * @typedef {Object} SoundEffect |
nothing calls this directly
no outgoing calls
no test coverage detected