WoW:API GetGuildRosterSelection: Difference between revisions

m
Move page script moved page API GetGuildRosterSelection to WoW:API GetGuildRosterSelection without leaving a redirect
(upgraded deprecated template)
m (Move page script moved page API GetGuildRosterSelection to WoW:API GetGuildRosterSelection without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<p>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).</p>
<p>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).</p>
<hr />
----
<dl><dt><em>Arguments</em></dt></dl>
<dl><dt>''Arguments''</dt></dl>
<dl><dd>None</dd></dl>
<dl><dd>None</dd></dl>
<hr />
----
<dl><dt><em>Returns</em></dt></dl>
<dl><dt>''Returns''</dt></dl>
<dl><dd>The index of the current selected guild member in the guild roster.</dd></dl>
<dl><dd>The index of the current selected guild member in the guild roster.</dd></dl>
<hr />
----
<dl><dt><em>Example</em></dt></dl>
<dl><dt>''Example''</dt></dl>
<pre>local selectedGuildMember = GetGuildRosterSelection();</pre>
<pre>local selectedGuildMember = GetGuildRosterSelection();</pre>
<hr />
<hr />
Anonymous user