WoW:API SortGuildRoster

From AddOn Studio
Revision as of 14:26, 7 January 2006 by WoWWiki>Greya
Jump to navigation Jump to search

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