WoW:API GetGuildRosterShowOffline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapi}}, format) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns 1 if the guild roster is currently set to show offline members, nil otherwise. | |||
showoffline = GetGuildRosterShowOffline(); | |||
==Parameters== | |||
===Returns=== | |||
showoffline | :;showoffline : Flag : 1 if online members are shown, nil otherwise. | ||
Revision as of 01:08, 24 December 2006
← WoW API < GetGuildRosterShowOffline
Returns 1 if the guild roster is currently set to show offline members, nil otherwise.
showoffline = GetGuildRosterShowOffline();
Parameters
Returns
- showoffline
- Flag : 1 if online members are shown, nil otherwise.