WoW:API SortGuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Robot: converting/fixing HTML)
Line 1: Line 1:
{{wowapi}}
{{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 />
----
<dl><dt><em>Arguments</em></dt></dl>
<dl><dt>''Arguments''</dt></dl>
<dl><dd>'''sort''' The column for sorting. Chose from: {"name", "rank", "note", "online", "zone", "level",  "class"}</dd></dl>
<dl><dd>'''sort''' The column for sorting. Chose from: {"name", "rank", "note", "online", "zone", "level",  "class"}</dd></dl>
<hr />
----
<dl><dt><em>Returns</em></dt></dl>
<dl><dt>''Returns''</dt></dl>
<dl><dd>Nothing.</dd></dl>
<dl><dd>Nothing.</dd></dl>
<hr />
----
<dl><dt><em>Example</em></dt></dl>
<dl><dt>''Example''</dt></dl>
<pre>SortGuildRoster( "level" );</pre>
<pre>SortGuildRoster( "level" );</pre>
<hr />
<hr />

Revision as of 09:36, 20 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" );