WoW:API SortGuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<p>Sorts the guild roster on a certain column. Sorts by name by default.</p>
<p>Sorts the guild roster on a certain column. Sorts by name by default. Repeating the same sort will revert sorting.</p>
<hr />
<hr />
<dl><dt><em>Arguments</em></dt></dl>
<dl><dt><em>Arguments</em></dt></dl>

Revision as of 14:26, 7 January 2006

Sorts the guild roster on a certain column. Sorts by name by default. Repeating the same sort will revert sorting.


Arguments
sort The column for sorting. Chose from: {"name", "rank", "note", "online", "zone", "level", "class"}

Returns
Nothing.

Example
SortGuildRoster( "level" );

Template:WoW API