GE Lua Documentation

Press F to search!

ArrowButton

Definition


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

Callers

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