Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Voyager
Forum: Lua/XML Help 11-02-14, 01:41 AM
Replies: 31
Views: 11,646
Posted By Voyager
Couldn't one just do the following? local title,...

Couldn't one just do the following?

local title, M = ...;
M = CreateFrame("Frame", title);

M:RegisterEvent(event, function(self, ...)
-- ...
-- where self == M and self[key] == M[key]
end);
Forum: Lua/XML Help 11-02-14, 12:49 AM
Replies: 31
Views: 11,646
Posted By Voyager
What's the point of the red parts?

What's the point of the red parts?
Showing results 1 to 2 of 2