garrett-is-a-swann / GuildUtilities

The Lua addon portion of the guild-utilities suite.
0 stars 1 forks source link

Research - Extract Guild Roster Data #2

Open garrett-is-a-swann opened 5 years ago

garrett-is-a-swann commented 5 years ago

Determine API functions we need to hit to get guild roster name/level?/last logon?/class/etc information

garrett-is-a-swann commented 5 years ago
for index=0, GetNumGuildMembers() do
    local name, rank, rank_index, level, class, zone, note = GetGuildRosterInfo(index)
    ...
end

References https://wowwiki.fandom.com/wiki/API_GetNumGuildMembers https://wowwiki.fandom.com/wiki/API_GetGuildRosterInfo