WoW:API EnumerateServerChannels: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(initial version)
 
(Doesn't return a table, returns multiple values)
Line 3: Line 3:
Retrieves all available server channels (zone dependant).  
Retrieves all available server channels (zone dependant).  


  channels = EnumerateServerChannels();
  channel1, channel2, ... = EnumerateServerChannels();


----
----
Line 11: Line 11:
;''Returns''
;''Returns''


:;channels: string array containing all available server channels in this zone
:;channel1, channel2, ...: strings containing all available server channels in this zone

Revision as of 14:01, 24 July 2005

EnumerateServerChannels

Retrieves all available server channels (zone dependant).

channel1, channel2, ... = EnumerateServerChannels();

Arguments
() - none

Returns
channel1, channel2, ...
strings containing all available server channels in this zone