WoW:API GetGMTicketCategories: Difference between revisions

m
Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect
mNo edit summary
m (Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


  function ShowAllMyArgs(...)
  function ShowAllMyArgs(...)
   for i=1,getn(arg) do
   for i=1, select("#",...) do
     DEFAULT_CHAT_FRAME:AddMessage( arg[i] );
     DEFAULT_CHAT_FRAME:AddMessage( select(i, ...) );
   end
   end
  end
  end
Anonymous user