WoW:API SortGuildRoster: Difference between revisions
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> | ||
---- | |||
<dl><dt> | <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> | ||
---- | |||
<dl><dt> | <dl><dt>''Returns''</dt></dl> | ||
<dl><dd>Nothing.</dd></dl> | <dl><dd>Nothing.</dd></dl> | ||
---- | |||
<dl><dt> | <dl><dt>''Example''</dt></dl> | ||
<pre>SortGuildRoster( "level" );</pre> | <pre>SortGuildRoster( "level" );</pre> | ||
<hr /> | <hr /> |