WoW:API GetGuildRosterSelection

Revision as of 15:34, 4 January 2006 by WoWWiki>Anticrash

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


Arguments
None

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

Example
local selectedGuildMember = GetGuildRosterSelection();

Template:WoW API