Navigation menu

WoW:API GetGMTicketCategories: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect
(upgraded deprecated template)
m (Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetGMTicketCategories''' ''-Documentation by [[user:Mikk|Mikk]]-''</center>


Get the list of available GM ticket categories.
Get the list of available GM ticket categories.
Line 16: 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