WoW:API GuildRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, format)
m (Move page script moved page API GuildRoster to API GuildRoster without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}  
{{Stub/API}}
Requests updated guild roster information from the server.
Requests updated guild roster information from the server.
  GuildRoster();
  GuildRoster();

Latest revision as of 04:46, 15 August 2023

WoW API < GuildRoster

Requests updated guild roster information from the server.

GuildRoster();

Notes

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.