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

Method getFrameNum

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

Source from the content-addressed store, hash-verified

441 this.functions.setRewindGranularity(value);
442 }
443 getFrameNum() {
444 return this.functions.getFrameNum();
445 }
446 setVideoRotation(rotation) {
447 this.functions.setVideoRoation(rotation);
448 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected