WoW:API GetGuildRosterShowOffline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
showoffline = 1 if 'Show only online' check is NOT marked on guild roster screen or if SetGuildRosterShowOffline() is set to enabled. Calls to GetGuildRosterInfo() will return info for all guild members. | showoffline = 1 if 'Show only online' check is NOT marked on guild roster screen or if SetGuildRosterShowOffline() is set to enabled. Calls to GetGuildRosterInfo() will return info for all guild members. | ||
[[Category:API Functions|GetGuildRosterShowOffline]] | |||
[[Category:API Guild Functions|GetGuildRosterShowOffline]] |
Revision as of 14:36, 27 August 2005
Usage: showoffline = GetGuildRosterShowOffline();
showoffline = NIL if 'Show only online' check is marked on guild roster screen or if SetGuildRosterShowOffline() is set to disabled. Calls to GetGuildRosterInfo() will only return info for currently online members.
showoffline = 1 if 'Show only online' check is NOT marked on guild roster screen or if SetGuildRosterShowOffline() is set to enabled. Calls to GetGuildRosterInfo() will return info for all guild members.