WoW:API GetGuildRosterSelection

From AddOn Studio
Revision as of 14:37, 7 January 2006 by WoWWiki>Greya
Jump to navigation Jump to search

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