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