WoW:API SortGuildRoster

Revision as of 15:32, 4 January 2006 by WoWWiki>Anticrash

Sorts the guild roster on a certain column. Sorts by name by default.


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

Returns
Nothing.

Example
SortGuildRoster( "level" );

Template:WoW API