GE Lua Documentation

Press F to search!

GetBackgroundDrawList2

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1090
function M.GetBackgroundDrawList2(ImGuiViewport_viewport)
  if ImGuiViewport_viewport == nil then log("E", "", "Parameter 'ImGuiViewport_viewport' of function 'GetBackgroundDrawList2' cannot be nil, as the c type is 'ImGuiViewport *'") ; return end
  return imgui.GetBackgroundDrawList2(ImGuiViewport_viewport)
end

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  if ImGuiViewport_viewport == nil then log("E", "", "Parameter 'ImGuiViewport_viewport' of function 'GetBackgroundDrawList2' cannot be nil, as the c type is 'ImGuiViewport *'") ; return end
  return imgui.GetBackgroundDrawList2(ImGuiViewport_viewport)
end