WoW:API SetGuildRosterSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{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>
<hr />
<hr />
Line 10: Line 11:
<pre>SetGuildRosterSelection(7);</pre>
<pre>SetGuildRosterSelection(7);</pre>
<hr />
<hr />
{{Template:WoW API}}

Revision as of 18:13, 6 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);