Navigation menu

WoW:API GuildRoster: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page API GuildRoster to WoW:API GuildRoster without leaving a redirect
No edit summary
 
m (Move page script moved page API GuildRoster to WoW:API GuildRoster without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<p>If Cosmos is not installed then it will open the Guild Roster.  However if Cosmos is installed then it will open the Guild Roster hidden so that you can access the guild information without displaying the roster.</p>
{{wowapi}}
<hr />
{{Stub/API}}
<dl><dt><em>Arguments</em></dt></dl>
Requests updated guild roster information from the server.
<dl><dd>None</dd></dl>
GuildRoster();
<hr />
 
<dl><dt><em>Returns</em></dt></dl>
==Notes==
<dl><dd>None</dd></dl>
The call will be ignored completely if the last GuildRoster() call was less than 10 seconds ago (most likely to limit the traffic caused by frequent opening/closing of the guild tab).
<hr />
 
<dl><dt><em>Example</em></dt></dl>
If the client recieves a response, [[Events/G#GUILD_ROSTER_UPDATE|GUILD_ROSTER_UPDATE]] event is raised regardless of whether any information has changed.
<pre>GuildRoster();</pre>
<hr />
Anonymous user