Contents
← WoW API < GetGMTicketCategories
Get the list of available GM ticket categories.
category1, category2, ... = GetGMTicketCategories()
Parameters[edit | edit source]
Returns[edit | edit source]
A variable number of categories (Strings).
Example[edit | edit source]
function ShowAllMyArgs(...) for i=1, select("#",...) do DEFAULT_CHAT_FRAME:AddMessage( select(i, ...) ); end end ShowAllMyArgs( GetGMTicketCategories() );
Displays all available GM ticket categories in the chat window.
Community content is available under CC-BY-SA unless otherwise noted.