Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: LudiusMaximus
Forum: Classic - AddOn Help/Support 04-16-20, 01:07 AM
Replies: 3
Views: 4,653
Posted By LudiusMaximus
Hi, if you want to execute code every second no...

Hi, if you want to execute code every second no matter what, you could do it like this:

local lastCall = GetTime()
local updateFrame = CreateFrame("Frame")
updateFrame:SetScript("onUpdate",...
Showing results 1 to 1 of 1