GE Lua Documentation

Press F to search!

startOnLoadingScreenFadeout

Definition


-- @/lua/ge/extensions/core/flowgraphManager.lua:160

local function startOnLoadingScreenFadeout(fg)
  table.insert(startOnLoadingScreenFadeoutList, fg)
end

Callers

@/lua/ge/extensions/freeroam/freeroam.lua
        local mgr = core_flowgraphManager.loadManager(path)
        --core_flowgraphManager.startOnLoadingScreenFadeout(mgr)
        mgr:setRunning(true)