WoW:API EnumerateServerChannels: Difference between revisions

Doesn't return a table, returns multiple values
(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
Anonymous user