WoW:API GetGuildRosterSelection: Difference between revisions

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

Revision as of 18:11, 6 January 2007

WoW API < GetGuildRosterSelection

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