GE Lua Documentation

Press F to search!

ShowAboutWindow

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.ShowAboutWindow(bool_p_open)
  -- bool_p_open is optional and can be nil
  -- bool_p_open is optional and can be nil
  imgui.ShowAboutWindow(bool_p_open)
end