Throttle Auctions selection validation polling

This commit is contained in:
2026-09-05 18:58:12 +02:00
parent ea1f784440
commit 654fdb14c5
+5
View File
@@ -56,6 +56,7 @@ do
local IDLE, SEARCHING, FOUND = aux.enum(3)
local state = IDLE
local found_index
local update_elapsed = 0
function find_auction(record)
if not listing:ContainsRecord(record) then return end
@@ -82,6 +83,10 @@ do
end
function on_update()
update_elapsed = update_elapsed + (arg1 or 0)
if update_elapsed < .1 then return end
update_elapsed = 0
if state == IDLE or state == SEARCHING then
cancel_button:Disable()
end