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

Method constructor

ozaria/engine/cinematic/commands/commands.js:35–38  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

33 */
34export class Sleep extends AbstractCommand {
35 constructor (ms) {
36 super()
37 this.ms = ms
38 }
39
40 run () {
41 return sleep(this.ms)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected