GE Lua Documentation

Press F to search!

ShowDebugLogWindow

Definition


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

Callers

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