Files
wow_Meta/api/GetNumGuildEvents.lua
2025-05-04 15:15:00 +02:00

7 lines
302 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numEvents
---Returns the number of entries in the guild event log. Only returns valid data after calling QueryGuildEventLog() and the following GUILD_EVENT_LOG_UPDATE event has fired.
function GetNumGuildEvents() end