WoW:API GuildRoster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapi}}, format) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
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, [[Events/G#GUILD_ROSTER_UPDATE|GUILD_ROSTER_UPDATE]] event is raised regardless of whether any information has changed. | |||
Revision as of 00:21, 2 January 2007
← 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.