WoW:API GetGuildRosterSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<p>Returns index of the current selected guild member in the guild roster.</p>
<p>Returns index of the current selected guild member in the guild roster according the active sorting. If none is selected, the return value is 0 (zero).</p>
<hr />
<hr />
<dl><dt><em>Arguments</em></dt></dl>
<dl><dt><em>Arguments</em></dt></dl>

Revision as of 14:37, 7 January 2006

Returns index of the current selected guild member in the guild roster according the active sorting. If none is selected, the return value is 0 (zero).


Arguments
None

Returns
The index of the current selected guild member in the guild roster.

Example
local selectedGuildMember = GetGuildRosterSelection();

Template:WoW API