WoW:API GetNumGuildMembers
Returns the number of guild members
- Arguments
- None
- Returns
- Number of guild members
- Example
local numGuildMembers = GetNumGuildMembers();
- Notes
- This function seems to return 0 if you have not yet opened the guild roster. I suspect that a call to GuildRoster(), before calling this function will cause it to return the proper result.