GE Lua Documentation

Press F to search!

SetWindowFocus2

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:157
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
  imgui.SetWindowFocus2(string_name)
end

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  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