WoW:API GetGuildRosterSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial edit)
 
mNo edit summary
Line 10: Line 10:
<pre>local selectedGuildMember = GetGuildRosterSelection();</pre>
<pre>local selectedGuildMember = GetGuildRosterSelection();</pre>
<hr />
<hr />
[[Category:API Functions|GetGuildRosterSelection]]
[[Category:API Guild Functions|GetGuildRosterSelection]]

Revision as of 14:36, 27 August 2005

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