WoW:Using UIDropDownMenu: Difference between revisions

no edit summary
m (I found out that the original way to use .func was correct, but, mine is also valid and may help someone else looking for the answer.)
No edit summary
Line 101: Line 101:


   -- menu create function
   -- menu create function
   function Test1_DropDown_Initialize(level)
   function Test1_DropDown_Initialize(self,level)
     level = level or 1;
     level = level or 1;
     if (level == 1) then
     if (level == 1) then
Anonymous user