WoW:API SortGuildRoster: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API SortGuildRoster to API SortGuildRoster without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
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> | ||
---- | |||
<dl><dt> | <dl><dt>''Arguments''<dt></dl> | ||
<dl><dd>'''sort''' The column for sorting. Chose from: {"name", "rank", "note", "online", "zone", "level", "class"}< | <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.< | <dl><dd>Nothing.<dd></dl> | ||
---- | |||
<dl><dt> | <dl><dt>''Example''<dt></dl> | ||
<pre>SortGuildRoster( "level" );</pre> | <pre>SortGuildRoster( "level" );</pre> | ||
<hr /> | <hr /> | ||