Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: Lua/XML Help 04-11-21, 06:48 PM
Replies: 16
Views: 7,439
Posted By SDPhantom
If you check a lot of events, it'll create a new...

If you check a lot of events, it'll create a new function each time. This'll work better.

local f=CreateFrame("Frame");
local function EventExists(event)
local...
Showing results 1 to 1 of 1