WoW:API SortGuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<p>Sorts the guild roster on a certain column. Sorts by name by default. Repeating the same sort will revert sorting.</p>
<p>Sorts the guild roster on a certain column. Sorts by name by default. Repeating the same sort will revert sorting.</p>
<hr />
<hr />
Line 10: Line 11:
<pre>SortGuildRoster( "level" );</pre>
<pre>SortGuildRoster( "level" );</pre>
<hr />
<hr />
{{Template:WoW API}}

Revision as of 18:11, 6 January 2007

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