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

Method getCoreOptions

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

Source from the content-addressed store, hash-verified

380 this.functions.toggleMainLoop(playing);
381 }
382 getCoreOptions() {
383 return this.functions.getCoreOptions();
384 }
385 setVariable(option, value) {
386 this.functions.setVariable(option, value);
387 }

Callers 1

setupSettingsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected