WoW:API SetGuildRosterSelection

Revision as of 14:42, 7 January 2006 by WoWWiki>Greya

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

Template:WoW API