WoW:API SortGuildRoster: Difference between revisions
Jump to navigation
Jump to search
(Initial edit) |
mNo edit summary |
||
Line 10: | Line 10: | ||
<pre>SortGuildRoster( "level" );</pre> | <pre>SortGuildRoster( "level" );</pre> | ||
<hr /> | <hr /> | ||
[[Category:API Functions|SortGuildRoster]] | |||
[[Category:API Guild Functions|SortGuildRoster]] |
Revision as of 18:15, 29 August 2005
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" );