m
Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect
(→Example: Better example...) |
m (Move page script moved page API GetGMTicketCategories to WoW:API GetGMTicketCategories without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Get the list of available GM ticket categories. | Get the list of available GM ticket categories. | ||
| Line 15: | Line 15: | ||
function ShowAllMyArgs(...) | function ShowAllMyArgs(...) | ||
for i=1, | for i=1, select("#",...) do | ||
DEFAULT_CHAT_FRAME:AddMessage( | DEFAULT_CHAT_FRAME:AddMessage( select(i, ...) ); | ||
end | end | ||
end | end | ||
| Line 27: | Line 27: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||