GE Lua Documentation

Press F to search!

SetWindowFocus2

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.SetWindowFocus2(string_name)
  if string_name == nil then log("E", "", "Parameter 'string_name' of function 'SetWindowFocus2' cannot be nil, as the c type is 'const char *'") ; return end
  if string_name == nil then log("E", "", "Parameter 'string_name' of function 'SetWindowFocus2' cannot be nil, as the c type is 'const char *'") ; return end
  imgui.SetWindowFocus2(string_name)
end