isScoreGame static method
Feturns false if the game is a timed game.
Implementation
static bool isScoreGame() {
checkLoaded();
return !BinaryHelper.isSet(Z.engine.mem.loadb(flags1), 1);
}
Feturns false if the game is a timed game.
static bool isScoreGame() {
checkLoaded();
return !BinaryHelper.isSet(Z.engine.mem.loadb(flags1), 1);
}