MCPcopy Create free account
hub / github.com/badvision/jace / tick

Method tick

src/main/java/jace/cheat/WolfensteinCheats.java:328–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 @Override
329 public void tick() {
330 if (debugTicks > 0) {
331 debugTicks--;
332 if (debugTicks == 0) {
333 Emulator.withComputer(c->c.getCpu().setTraceEnabled(false));
334 }
335 }
336 }
337
338 /**
339 * 4147-4247: Room map?

Callers

nothing calls this directly

Calls 3

withComputerMethod · 0.95
setTraceEnabledMethod · 0.80
getCpuMethod · 0.45

Tested by

no test coverage detected