WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < SortGuildRoster

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" );

Advertisement