WoW:API SetGuildRosterShowOffline: Difference between revisions
Jump to navigation
Jump to search
SetGuildRosterShowOffline
No edit summary |
mNo edit summary |
||
| Line 21: | Line 21: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|SetGuildRosterShowOffline]] | |||
[[Category:API Guild Functions|SetGuildRosterShowOffline]] | |||
Revision as of 18:14, 29 August 2005
Returns true if you are in range of the specified unit to perform the action specified by distIndex. Otherwise, returns false.
- Arguments
- (Boolean enabled)
- enabled
- True to allow all guild members to be queried. False to filter out guild members who are offline.
- Notes
- It appears making a call to this function results in an implicit call to GuildRoster(). That means the guild window will likely open after calling it. See that function's details for more info.
- Example
SetGuildRosterShowOffline(false);