GE Lua Documentation

Press F to search!

BeginPopupContextWindow

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.BeginPopupContextWindow(string_str_id, ImGuiPopupFlags_popup_flags)
  -- string_str_id is optional and can be nil
  if ImGuiPopupFlags_popup_flags == nil then ImGuiPopupFlags_popup_flags = 1 end
  return imgui.BeginPopupContextWindow(string_str_id, ImGuiPopupFlags_popup_flags)
end