GE Lua Documentation

Press F to search!

getDisplayInformation

Definition


-- @/lua/ge/extensions/core/settings/graphic.lua:1277

M.getDisplayInformation = function()
  return graphicInformation
end

Callers

@/lua/ge/extensions/tech/utils.lua
local function toggleSecondView()
  local outputs = core_settings_graphic.getDisplayInformation().outputs
  M.secondViewOutput = (M.secondViewOutput + 1) % (tableSize(outputs)+1)