WoW:API GetGuildRosterSelection: Difference between revisions
Jump to navigation
Jump to search
m (Robot: converting/fixing HTML) |
m (Move page script moved page API GetGuildRosterSelection to API GetGuildRosterSelection without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← 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();