isScoreGame static method

bool isScoreGame()

Feturns false if the game is a timed game.

Implementation

static bool isScoreGame() {
  checkLoaded();

  return !BinaryHelper.isSet(Z.engine.mem.loadb(flags1), 1);
}