Files
wow_Meta/api/GuildRoster.lua
2024-12-16 13:13:08 +01:00

4 lines
443 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Requests guild roster information from the server. Information is not returned immediately; the GUILD_ROSTER_UPDATE event fires when data is available for retrieval via GetGuildRosterInfo() and related functions. Requests are throttled to reduce server load; the server will only respond to a new request approximately 10 seconds after a previous request.
function GuildRoster() end