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

Method endPlayingShot

ozaria/engine/cinematic/UndoSystem.js:91–97  ·  view source on GitHub ↗

* Called when a node stops playing.

()

Source from the content-addressed store, hash-verified

89 * Called when a node stops playing.
90 */
91 endPlayingShot () {
92 if (this._ignoreUndoCommands) {
93 return
94 }
95 this.additionalCommandStateStack.push(this.currentNodeUndoCommands)
96 this.currentNodeUndoCommands = []
97 }
98}
99
100const UndoSystemSingleton = new UndoSystem()

Callers 1

cleanupRunShotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected