GE Lua Documentation

Press F to search!

isLoadingInProgress

Definition


-- @/=[C]:-1
function isLoadingInProgress(...)

Callers

@/lua/ge/extensions/core/audio.lua
local function registerBaseBank(path)
  local inLevelOrLoadingOrLoading = getMissionFilename() ~= "" or LoadingManager:isLoadingInProgress()
  if inLevelOrLoading then
  bankFilePath = string.lower(bankFilePath)
  local inLevelOrLoading = getMissionFilename() ~= "" or LoadingManager:isLoadingInProgress()
  if not inLevelOrLoading then