WoW:API SetGuildRosterSelection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{API | <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> | ||
<hr /> | |||
<dl><dt><em>Arguments</em></dt></dl> | |||
<dl><dd>The index of the current selected guild member in the guild roster or 0 to clear selection.</dd></dl> | |||
<hr /> | |||
<dl><dt><em>Returns</em></dt></dl> | |||
<dl><dd>None</dd></dl> | |||
<hr /> | |||
<dl><dt><em>Example</em></dt></dl> | |||
<pre>SetGuildRosterSelection(7);</pre> | |||
<hr /> | |||
{{Template:WoW API}} |
Revision as of 14:42, 7 January 2006
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);