MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / toggleSlowMotion

Method toggleSlowMotion

data/src/GameManager.js:437–439  ·  view source on GitHub ↗
(active)

Source from the content-addressed store, hash-verified

435 this.functions.setSlowMotionRatio(ratio);
436 }
437 toggleSlowMotion(active) {
438 this.functions.toggleSlowMotion(active);
439 }
440 setRewindGranularity(value) {
441 this.functions.setRewindGranularity(value);
442 }

Callers 2

simulateInputMethod · 0.80
handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected