GE Lua Documentation

Press F to search!

LogToClipboard

Definition


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

Callers

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