GE Lua Documentation

Press F to search!

onImGuiReady

Definition


-- @/lua/common/extensions/ui/imgui.lua:22

-- working on getting the context the first time
local function onImGuiReady()
  initContext()

  Engine.imgui.enableBeamNGStyle()
end

Callers