GE Lua Documentation

Press F to search!

GetForegroundDrawList2

Definition


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

Callers

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