WoW:API SetGuildRosterSelection: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Robot: converting/fixing HTML) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
<p>Sets the the current selected guild member in the guild roster according the active sorting. If 0 (zero) is given as argument, the selection is cleared.</p> | <p>Sets the the current selected guild member in the guild roster according the active sorting. If 0 (zero) is given as argument, the selection is cleared.</p> | ||
---- | |||
<dl><dt> | <dl><dt>''Arguments''</dt></dl> | ||
<dl><dd>The index of the current selected guild member in the guild roster or 0 to clear selection.</dd></dl> | <dl><dd>The index of the current selected guild member in the guild roster or 0 to clear selection.</dd></dl> | ||
---- | |||
<dl><dt> | <dl><dt>''Returns''</dt></dl> | ||
<dl><dd>None</dd></dl> | <dl><dd>None</dd></dl> | ||
---- | |||
<dl><dt> | <dl><dt>''Example''</dt></dl> | ||
<pre>SetGuildRosterSelection(7);</pre> | <pre>SetGuildRosterSelection(7);</pre> | ||
<hr /> | <hr /> |
Revision as of 09:35, 20 January 2007
← WoW API < SetGuildRosterSelection
Sets the the current selected guild member in the guild roster according the active sorting. If 0 (zero) is given as argument, the selection is cleared.
- Arguments
- The index of the current selected guild member in the guild roster or 0 to clear selection.
- Returns
- None
- Example
SetGuildRosterSelection(7);