GE Lua Documentation

Press F to search!

resetContainerContext

Definition


-- @/lua/ge/extensions/ui/gameplayAppContainers.lua:156

local function resetContainerContext(containerId)
  if verboseLogging then
    log('W', logTag, 'resetContainerContext is deprecated, use hideAllApps instead')
  else
    log('D', logTag, 'resetContainerContext is deprecated, use hideAllApps instead')
  end
  hideAllApps(containerId)
end

Callers

@/lua/ge/extensions/flowgraph/modules/uiModule.lua
  if ui_gameplayAppContainers and ui_gameplayAppContainers.getGameplayAppContainerMounted() then
    ui_gameplayAppContainers.resetContainerContext('gameplayApps')
  end