WoW:API SetGuildRosterShowOffline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Enables or disables offline members filter for all calls of guild roster related function that follow. | |||
---- | ---- | ||
| Line 13: | Line 11: | ||
;''Notes'' | ;''Notes'' | ||
: | :[[Events/G#GUILD_ROSTER_UPDATE|GUILD_ROSTER_UPDATE]] event is fired if and only the filtering mode was changed by the call. The function does not call [[API GuildRoster|GuildRoster()]] implicitly or explicitly. | ||
---- | ---- | ||
Revision as of 16:54, 29 October 2006
Enables or disables offline members filter for all calls of guild roster related function that follow.
- Arguments
- (Boolean enabled)
- enabled
- True to allow all guild members to be queried. False to filter out guild members who are offline.
- Notes
- GUILD_ROSTER_UPDATE event is fired if and only the filtering mode was changed by the call. The function does not call GuildRoster() implicitly or explicitly.
- Example
SetGuildRosterShowOffline(false);