WoW:API SetGuildRosterSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API SetGuildRosterSelection to API SetGuildRosterSelection without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{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>
----
<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><dt>''Returns''</dt></dl>
<dl><dd>None</dd></dl>
----
<dl><dt>''Example''</dt></dl>
<pre>SetGuildRosterSelection(7);</pre>
<hr />

Latest revision as of 04:47, 15 August 2023

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);