WoW:API GuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GuildRoster to 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 />

Latest revision as of 04:46, 15 August 2023

WoW API < GuildRoster

Requests updated guild roster information from the server.

GuildRoster();

Notes[edit]

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

If the client recieves a response, GUILD_ROSTER_UPDATE event is raised regardless of whether any information has changed.