WoW API: SetGuildRosterSelection

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API SetGuildRosterSelection to API SetGuildRosterSelection without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SetGuildRosterSelection

Sets the the current selected guild member in the guild roster according the active sorting. If 0 (zero) is given as argument, the selection is cleared.


Arguments
The index of the current selected guild member in the guild roster or 0 to clear selection.

Returns
None

Example
SetGuildRosterSelection(7);