GE Lua Documentation

Press F to search!

latestBenchmarkExists

Definition


-- @/lua/ge/extensions/core/hardwareinfo.lua:221

local function latestBenchmarkExists()
  return FS:fileExists('bananabench.json')
end

Callers

@/ui/modules/options/options.js
  })
  bngApi.engineLua('core_hardwareinfo.latestBenchmarkExists()', function(res) {
    if (res) {