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

Method setCheat

data/src/GameManager.js:388–390  ·  view source on GitHub ↗
(index, enabled, code)

Source from the content-addressed store, hash-verified

386 this.functions.setVariable(option, value);
387 }
388 setCheat(index, enabled, code) {
389 this.functions.setCheat(index, enabled, code);
390 }
391 resetCheat() {
392 this.functions.resetCheat();
393 }

Callers 1

cheatChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected