Files
wow-weakauras/Meta/api/GetGuildInfoText.lua
2024-11-07 23:12:37 +01:00

5 lines
365 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string guildInfoText
---Returns guild information text. Only returns valid data after calling GuildRoster() and the following GUILD_ROSTER_UPDATE event has fired. This text appears when clicking the "Guild Information" button in the default UI's Guild window.
function GetGuildInfoText() end