Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Urtgard
Forum: Lua/XML Help 10-16-19, 06:10 AM
Replies: 3
Views: 2,315
Posted By Urtgard
You need an event handler and you must tell the...

You need an event handler and you must tell the frame to use this handler.


local frame = CreateFrame("FRAME", "FooAddonFrame");
frame:RegisterEvent("PLAYER_ENTERING_WORLD");
local function...
Showing results 1 to 1 of 1