WoW:API ListChannels: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 28: Line 28:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ListChannels]]
[[Category:API Channel Functions|ListChannels]]

Revision as of 15:18, 27 August 2005

ListChannels -Documentation by AlexanderYoshi-

Lists all of the channels.

ListChannels();

Arguments
none

Returns
nil

Example
ListChannels();
Result

Description
Lists all of the channels.

Template:WoW API