WoW API: SetGuildRosterShowOffline

Revision as of 18:10, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)

WoW API < SetGuildRosterShowOffline

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