GE Lua Documentation

Press F to search!

getInitialTimeScale

Definition


-- @/lua/ge/simTimeAuthority.lua:265

local function getInitialTimeScale()
  return initialTimeScale
end

Callers

@/lua/ge/extensions/freeroam/bigMapMode.lua
        job.sleep(0.1)
        simTimeAuthority.setInstant(simTimeAuthority.getInitialTimeScale() or 1)
        enterBigMapActual(true)