WoW:API GetGuildRosterSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 11: Line 11:
<hr />
<hr />


[[Category:API Functions|GetGuildRosterSelection]]
{{Template:WoW API}}
[[Category:API Guild Functions|GetGuildRosterSelection]]

Revision as of 15:34, 4 January 2006

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