WoW API: GetGuildRosterSelection

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetGuildRosterSelection to API GetGuildRosterSelection without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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