MCPcopy Create free account
hub / github.com/codecombat/codecombat / clearBackgroundObject

Function clearBackgroundObject

app/schemas/models/selectors/cinematic.js:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected