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

5 lines
361 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