GE Lua Documentation

Press F to search!

onLoadingScreenFadeout

Definition


-- @/lua/ge/extensions/gameplay/discover.lua:91
M.onLoadingScreenFadeout = function()
  lastDiscover = nil
end

Callers

@/lua/ge/extensions/core/flowgraphManager.lua
local startOnLoadingScreenFadeoutList = {}
local function onLoadingScreenFadeout()
  for _, fg in ipairs(startOnLoadingScreenFadeoutList) do
@/lua/ge/extensions/flowgraph/nodes/util/loadLevel.lua

function C:onLoadingScreenFadeout(missionFile)
  log('E', logTag, 'onLoadingScreenFadeout: ' .. tostring(missionFile))