WoW:API GetGuildRosterShowOffline: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetGuildRosterShowOffline to API GetGuildRosterShowOffline without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Usage: showoffline = GetGuildRosterShowOffline();  
{{wowapi}} __NOTOC__
Returns 1 if the guild roster is currently set to show offline members, nil otherwise.
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.
==Parameters==
 
===Returns===
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 : Flag : 1 if online members are shown, nil otherwise.
 
{{Template:WoW API}}

Latest revision as of 04:45, 15 August 2023

WoW API < GetGuildRosterShowOffline

Returns 1 if the guild roster is currently set to show offline members, nil otherwise.

showoffline = GetGuildRosterShowOffline(); 

Parameters[edit]

Returns[edit]

showoffline
Flag : 1 if online members are shown, nil otherwise.