WoW:API GuildRoster: Difference between revisions
Jump to navigation
Jump to search
(Updated for 1.6) |
mNo edit summary |
||
Line 13: | Line 13: | ||
<pre>GuildRoster();</pre> | <pre>GuildRoster();</pre> | ||
<hr /> | <hr /> | ||
[[Category:API Functions|GuildRoster]] | |||
[[Category:API Guild Functions|GuildRoster]] |
Revision as of 15:14, 27 August 2005
Calling GuildRoster() sends a request to the server to update the player's guild information on the client. Most likely to prevent excess server load, it appears the call will be ignored completely if the last GuildRoster() call was less than 10 seconds ago. If the client recieves a response, it raises the GUILD_ROSTER_UPDATE event regardless of whether any information has changed.
Updated for 1.6 Patch
- Arguments
- None
- Returns
- None
- Example
GuildRoster();