GetBackgroundDrawList2
Definition
-- @/=[C]:-1
function GetBackgroundDrawList2(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.GetForegroundDrawList1() return imgui.GetForegroundDrawList1() end
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
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