GE Lua Documentation

Press F to search!

LogToTTY

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1028
function M.LogToTTY(int_auto_open_depth)
  if int_auto_open_depth == nil then int_auto_open_depth = -1 end
  imgui.LogToTTY(int_auto_open_depth)
end

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  if int_auto_open_depth == nil then int_auto_open_depth = -1 end
  imgui.LogToTTY(int_auto_open_depth)
end