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

Method cheatChanged

data/src/emulator.js:5898–5901  ·  view source on GitHub ↗
(checked, code, index)

Source from the content-addressed store, hash-verified

5896 }
5897 }
5898 cheatChanged(checked, code, index) {
5899 if (!this.gameManager) return;
5900 this.gameManager.setCheat(index, checked, code);
5901 }
5902
5903 enableShader(name) {
5904 if (!this.gameManager) return;

Callers 1

addToMenuMethod · 0.95

Calls 1

setCheatMethod · 0.80

Tested by

no test coverage detected