Files
wow_Meta/api/GetGuildInfoText.lua
2025-05-04 14:35:26 +02:00

6 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