View Single Post
07/30/22, 01:49 PM   #3
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 666
I have yet to see any guild functions work on guilds you are not a member of.

If you made a for loop with these two functions fine.

GetNumGuilds()
GetGuildId(guildIndex)

However, these (and others) would only work with the guilds you are a member of.

GetNumGuildMembers(guildId)
GetGuildInfo(guildId)
GetGuildName(guildId)

Last edited by Sharlikran : 07/30/22 at 01:53 PM.
  Reply With Quote