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

Method getCurrentDisk

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

Source from the content-addressed store, hash-verified

398 return this.functions.getDiskCount();
399 }
400 getCurrentDisk() {
401 return this.functions.getCurrentDisk();
402 }
403 setCurrentDisk(disk) {
404 this.functions.setCurrentDisk(disk);
405 }

Callers 1

setupDisksMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected