WoW:API SetGuildRosterShowOffline: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API SetGuildRosterShowOffline to WoW:API SetGuildRosterShowOffline without leaving a redirect
No edit summary |
m (Move page script moved page API SetGuildRosterShowOffline to WoW:API SetGuildRosterShowOffline without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Enables or disables offline members filter for all calls of guild roster related function that follow. | |||
---- | ---- | ||
| Line 13: | Line 12: | ||
;''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. | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
SetGuildRosterShowOffline(false); | SetGuildRosterShowOffline(false); | ||