WoW:API ListChannels: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Lists all of the channels.
: Lists all of the channels.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ListChannels]]
[[Category:API Channel Functions|ListChannels]]

Revision as of 04:48, 4 January 2006

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