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

Method restart

data/src/GameManager.js:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182 }
183 restart() {
184 this.clearEJSResetTimer();
185 this.functions.restart();
186 }
187 getState() {
188 const state = this.functions.saveStateInfo().split("|");
189 if (state[2] !== "1") {

Callers 4

constructorMethod · 0.80
startGameMethod · 0.80
createBottomMenuBarMethod · 0.80

Calls 1

clearEJSResetTimerMethod · 0.95

Tested by

no test coverage detected