WoW:API SetGuildRosterShowOffline: Difference between revisions

No edit summary
m (Move page script moved page API SetGuildRosterShowOffline to API SetGuildRosterShowOffline without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
Enables or disables offline members filter for all calls of guild roster related function that follow.
Enables or disables offline members filter for all calls of guild roster related function that follow.


Line 16: Line 17:
;''Example''
;''Example''
  SetGuildRosterShowOffline(false);
  SetGuildRosterShowOffline(false);
----
{{Template:WoW API}}

Latest revision as of 04:47, 15 August 2023

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